mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
9 lines
283 B
Text
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");
|
|
|
|
}
|