wok view perl-datetime-timezone/description.txt @ rev 24870

updated lxpanel, lxpanel-dev and lxpanel-extra (0.10.0 -> 0.10.1)
author Hans-G?nter Theisgen
date Thu Mar 31 07:03:25 2022 +0100 (2022-03-31)
parents
children
line source
1 This class is the base class for all time zone objects.
2 A time zone is represented internally as a set of observances,
3 each of which describes the offset from GMT for a given time period.
5 Note that without the DateTime module, this module does not do much.
6 It's primary interface is through a DateTime object, and most users
7 will not need to directly use DateTime::TimeZone methods.