Inline help text was incorrectly telling user to uncomment line to use default local time. User should comment the line to use default local time.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#960 state:committed]
This commit is contained in:
Nigel Ramsay 2008-09-03 15:57:06 +12:00 committed by Michael Koziarski
parent d3ccfe414d
commit b36d000975

@ -40,7 +40,7 @@
# Make Time.zone default to the specified zone, and make Active Record store time values
# in the database in UTC, and return them converted to the specified local zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Uncomment to use default local time.
# Run "rake -D time" for a list of tasks for finding time zone names. Comment line to use default local time.
config.time_zone = 'UTC'
# Your secret key for verifying cookie session data integrity.