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

Up abiword (3.0.5), libwmf (0.2.13), fix wv url
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 11:35:21 2024 +0000 (2 months ago)
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.