Changeset 7700
- Timestamp:
- 09/30/07 22:56:37 (1 year ago)
- Files:
-
- trunk/activesupport/CHANGELOG (modified) (1 diff)
- trunk/activesupport/lib/active_support/values/time_zone.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/CHANGELOG
r7697 r7700 1 1 *2.0.0 [Preview Release]* (September 29th, 2007) 2 3 * Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 #9735 [bermi] 2 4 3 5 * Fixed JSON encoding to use quoted keys according to the JSON standard #8762 [choonkat/chuyeow] trunk/activesupport/lib/active_support/values/time_zone.rb
r7659 r7700 99 99 [-32_400, "Alaska" ], 100 100 [-28_800, "Pacific Time (US & Canada)", "Tijuana" ], 101 [-25_200, "Mountain Time (US & Canada)", "Chihuahua", " La Paz",102 " Mazatlan", "Arizona" ],101 [-25_200, "Mountain Time (US & Canada)", "Chihuahua", "Mazatlan", 102 "Arizona" ], 103 103 [-21_600, "Central Time (US & Canada)", "Saskatchewan", "Guadalajara", 104 104 "Mexico City", "Monterrey", "Central America" ],