wok-current diff perl-datetime-timezone/description.txt @ rev 24574
updated fribidi and fribidi-dev (1.0.8 -> 1.0.11)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 07:58:48 2022 +0100 (2022-02-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-datetime-timezone/description.txt Sun Feb 27 07:58:48 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +This class is the base class for all time zone objects. 1.5 +A time zone is represented internally as a set of observances, 1.6 +each of which describes the offset from GMT for a given time period. 1.7 + 1.8 +Note that without the DateTime module, this module does not do much. 1.9 +It's primary interface is through a DateTime object, and most users 1.10 +will not need to directly use DateTime::TimeZone methods.