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.