ENV['TZ'] = 'NZ' p Time.local(2006,10,1,3, 0, 1)
Unless you are in new zealand you will see something other than:
Sun Oct 01 03:00:01 NZDT 2006
localtime needs to check environment variable
This should fix it.
Seems good. Thanks.
This should fix it.