Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        $dt->set_time_zone('Asia/Seoul');
        print "DateTime: ",$dt->strftime("%Y-%m-%dT%H:%M:%S%z (%Z)"),"\n";
    }