Changeset 113 for trunk/config/environment.rb
- Timestamp:
- 06/13/08 23:00:25 (7 months ago)
- Files:
-
- 1 modified
-
trunk/config/environment.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/environment.rb
r93 r113 59 59 60 60 # Make Active Record use UTC-base instead of local time 61 config. active_record.default_timezone = :utc61 config.time_zone = 'UTC' 62 62 end 63 63 … … 100 100 # set default time_zone to UTC 101 101 ENV['TZ'] = 'UTC' 102 T zTime.zone = TimeZone['Edinburgh']102 Time.zone = TimeZone['Edinburgh']
