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"); }