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

9 lines
283 B
Text

end {
print "---------------------------------------------------------------- TIMEZONE";
print "TZ is", ENV["TZ"];
print "---------------------------------------------------------------- STRPTIME_LOCAL";
print strptime_local("1970-01-01 00:00:00", "%Y-%m-%d %H:%M:%S");
}