(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.