I have Time
object which I've created
t = Time.parse("Sat Nov 01 2014 00:00:00 GMT-0400 (EDT)")
I would like to shift the time_zone of t
to be represented in the `GMT -0500" timezone.
Just to for clarity, I want the new t
to become "Fri Oct 31 2014 23:00:00 GMT-0500 (EST)".
Please let me know if you need anymore information to answer. This timezone stuff gets seriously confusing. :)