Mega Code Archive

 
Categories / Ruby / Time
 

Is daylight saving time by time zone

ENV['TZ'] = 'US/Pacific' pacific = Time.local(2006, 10, 1)      # => Sun Oct 01 00:00:00 PDT 2006 pacific.isdst                          # => true