This project is archived and is in readonly mode.

Changeset [676d6a651497b56f31e00db4e7795669de0da672] by gbuesing

June 29th, 2008 @ 09:21 PM

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.

http://github.com/rails/rails/co...

Committed by Repository

  • 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>