tzname#

Short names of the current standard and daylight timezones.

תקציר#

use POSIX qw(tzname);
my ($std, $dst) = tzname();

מה מוחזר#

A two-element list. Both strings are derived from TZ - the call also implicitly refreshes the timezone cache.

הבדלים מן ה-upstream#

Fully compatible with upstream POSIX.