Is there any way for me to tell Ruby to use a certain time zone as if it were the local time zone?
TMI:
I realize that in Rails there is a lot of support for time zones, but I've just been put on a project which uses Ruby without Rails, and I need to fix a time zone in order to support some existing Rspec tests.
Among these tests are some calls to an FTP servIs there er with Net::FTP
. The returned mtime is getting cast into my development machine's local time, breaking a number of existing specs.