Mega Code Archive
Categories
/
Ruby
/
Time
Except for the Navajo Nation, Arizona doesnt use Daylight Saving Time
ENV['TZ'] = 'America/Phoenix' arizona = Time.local(2006, 10, 1) # => Sun Oct 01 00:00:00 MST 2006 arizona.isdst # => false