From: Sam Joseph Date: 2007-06-07T04:24:30+09:00 Subject: changing timezones Hi, Does anyone know how I can manipulate the timezone in ruby? I know that I get a date from unix seconds like Time.at(secs), but how can I get something like Time.at(secs, time_zone)? At the moment Time.at appears to pull in the environment setting for timezone, which I could reset, but that is not ideal ... Many thanks in advance. CHEERS> SAM