Basic plugin question

Did you restart your server?

--Michael

Well, then, that's obviously not the problem. :slight_smile:

Run script/console, and try this:

TzTime.zone

=> #<TzinfoTimezone:0xb9d83e34 @utc_offset=-21600, @name="Central Time (US & Canada)">

Do you get that output?

I have this in my config/environment.rb file:

# Use tzinfo library to convert to and from the users timezone gem 'tzinfo' include TZInfo

TzTime.zone = TimeZone['Central Time (US & Canada)']

# This makes Time.now return time in UTC ENV['TZ'] = 'UTC'

Here are the gems I have installed that might be related:

tzinfo (0.3.5)     Daylight-savings aware timezone library

--Michael