mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
10 lines
297 B
Text
10 lines
297 B
Text
end {
|
|
|
|
print "---------------------------------------------------------------- TIMEZONE";
|
|
print "TZ is", ENV["TZ"];
|
|
|
|
print "---------------------------------------------------------------- GMT2SEC";
|
|
print gmt2sec("1970-01-01T00:00:00Z");
|
|
print gmt2sec("1970-01-01T00:00:00.123456Z");
|
|
|
|
}
|