wok annotate perl-datetime-timezone/description.txt @ rev 25253

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