I'm using rails 2.3.2.

I have Date/Time data stored in a SQL Server database.  All values are
UTC (although the database just stores the time, not the zone).  All
of my computers are in the America/New York time zone.

It was my understanding that rails expects a UTC time to come from the
database.

But, it looks like rails assumes that the time value is really local
(in my case, UTC - 5 hours) and converts it by adding 5 hours.  Which
is not what I want.

How can I tell rails that the times *are* UTC and to leave them alone?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to