Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #709 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] Enhancements to the TimeZone value object

Reported by: jamis_buck@byu.edu Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 0.9.5
Severity: normal Keywords:
Cc:

Description

Allows greater flexibility for some formatting options, adds an #unadjust method for converting from the time zone to local time, and extends the [] operator to allow lookup by offset. Also adds a unit test for the #today method.

Attachments

time-zone-enhancements.patch (3.8 kB) - added by minam on 02/24/05 05:32:00.

Change History

02/24/05 05:32:00 changed by minam

  • attachment time-zone-enhancements.patch added.

02/24/05 05:32:39 changed by jamis_buck@byu.edu

  • summary changed from Enhancements to the TimeZone value object to [PATCH] Enhancements to the TimeZone value object.

02/24/05 11:56:17 changed by david

  • status changed from new to closed.
  • resolution set to fixed.