miller/test/input/gmt2localtime-tz.mlr
2021-11-11 14:15:13 -05:00

10 lines
323 B
Text

end {
print "---------------------------------------------------------------- TIMEZONE";
print "TZ is", ENV["TZ"];
print "---------------------------------------------------------------- GMT2LOCALTIME / LOCALTIME2GMT";
print gmt2localtime("1970-01-01T00:00:00Z");
print localtime2gmt("1970-01-01 00:00:00");
}