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

10 lines
313 B
Text

end {
print "---------------------------------------------------------------- TIMEZONE";
print "TZ is", ENV["TZ"];
print "---------------------------------------------------------------- LOCALTIME2SEC";
print localtime2sec("1970-01-01 00:00:00");
print localtime2sec("1970-01-01 00:00:00.123456");
}