arc> (date) (2009 6 23) arc> (system "date") Tue 23 Jun 2009 00:15:00 GMT thad-systems-imac-g5:~ Thad$ date Mon 22 Jun 2009 18:17:11 MDT
anyone else run into this ?
Thanks, T.
(putenv "TZ" ":GMT")
-----
now I get....
arc>(system "date") Tue 23 Jun 2009 00:57:10 UTC
http://www.gnu.org/s/libc/manual/html_node/TZ-Variable.html
But if you want it to use your normal system timezone, just don't set TZ.
Thanks for pointing me in the right direction.
arc> (system "date") Mon 22 Jun 2009 18:35:56 MDT
T.