Skip to content

Commit

Permalink
Inline help text was incorrectly telling user to uncomment line to us…
Browse files Browse the repository at this point in the history
…e default local time. User should comment the line to use default local time.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#960 state:committed]
  • Loading branch information
Nigel Ramsay authored and NZKoz committed Sep 3, 2008
1 parent d3ccfe4 commit b36d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/environments/environment.rb
Expand Up @@ -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.
Expand Down

0 comments on commit b36d000

Please sign in to comment.