This project is archived and is in readonly mode.
Changeset [b44be6a34106ea81ac62c984f73a627f5090d979] by gbuesing
July 15th, 2008 @ 06:12 AM
TimeWithZone: when crossing DST boundary, treat Durations of days, months or years as variable-length, and all other values as absolute length. A time + 24.hours will advance exactly 24 hours, but a time + 1.day will advance 23-25 hours, depending on the day. Ensure consistent behavior across all advancing methods
Committed by gbuesing
- M activesupport/CHANGELOG
- M activesupport/lib/active_support/time_with_zone.rb
- M activesupport/test/core_ext/time_with_zone_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>