views:

10

answers:

0

Is there a way in subsonic 3.0.0.4 using the ActiveRecord scheme to automatically translate dates to and from UTC so that my database will have dates in UTC, but the users will see local time?

I've read about a 'useUtc' config option, but it looks like this doesn't exist in version 3. What is the best way to do this in version 3?