hassox / dm-zone-types

Time zone aware data types
13 stars 2 forks source link

reading from db gets timezone right but time wrong in different processes #4

Open flazz opened 13 years ago

flazz commented 13 years ago

this gist creates a record with ZonedTime and reads it out in a different proc.

when i run it on my machine (OS X) % ruby dm-zone-test.rb 2011-01-06T09:36:56-05:00 2011-01-06T14:36:56-05:00

the second one is wrong hour but the right timezone.