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

Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:05:13 2025 +0000 (2 months ago)
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.