mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
11 lines
301 B
Text
11 lines
301 B
Text
end {
|
|
|
|
print "---------------------------------------------------------------- TIMEZONE";
|
|
print "TZ is", ENV["TZ"];
|
|
|
|
print "---------------------------------------------------------------- SEC2GMTDATE";
|
|
print sec2gmtdate(0.0);
|
|
print sec2gmtdate(0.123456);
|
|
print sec2gmtdate(-0.123456);
|
|
|
|
}
|