One thing at a time all the time!

Welcome to Rocteur
Saturday, April 20 2024 @ 08:54 AM CEST

How do I print the TIMEZONE ?

#!/usr/bin/perl

use strict;
use warnings;
use POSIX;

print strftime("%Z", localtime()), "\n";

chas.owens@gmail.com

FAQ Manager » Perl » How do I print the TIMEZONE ?