aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
Commit message (Expand)AuthorAgeFilesLines
...
* Adding TimeZone#at and DateTime#to_fGeoff Buesing2008-03-171-2/+12
* TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that i...Geoff Buesing2008-03-171-8/+2
* TimeZone #local and #now correctly enforce DST rulesGeoff Buesing2008-03-111-10/+17
* TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_fo...Geoff Buesing2008-03-111-0/+5
* TimeZone#new renamed #local, so that new TimeWithZone instances can be create...Geoff Buesing2008-02-101-3/+3
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-0/+8
* Remove unnofficial 'PST' timezoneRick Olson2008-01-291-2/+1
* Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-...Rick Olson2008-01-291-2/+3
* Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with...Geoff Buesing2008-01-251-1/+2
* TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ...Geoff Buesing2008-01-251-1/+1
* TimeZone#now returns an ActiveSupport::TimeWithZoneGeoff Buesing2008-01-231-6/+11
* Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn...Geoff Buesing2008-01-231-10/+2
* Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon...Geoff Buesing2008-01-211-57/+216
* Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...Geoff Buesing2008-01-121-4/+1
* TimeZone#to_s uses UTC rather than GMT. References #1689.Jeremy Kemper2007-12-101-1/+1
* Ruby 1.9 compat: TimeZone avoids localtime conversion. References #1689 [Chu ...Jeremy Kemper2007-12-101-3/+4
* Fixed that La Paz was included in -25200 and -14400 offsets when it should on...David Heinemeier Hansson2007-09-301-2/+2
* send -> send! for some private methodsJeremy Kemper2007-09-271-1/+1
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-043-0/+0
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-032-0/+0
* fix test warningsJeremy Kemper2006-05-311-1/+1
* Made TimeZone even more delicious #709David Heinemeier Hansson2005-02-241-9/+28
* Fixed TimeZone issues in action-pack and active-support #704David Heinemeier Hansson2005-02-231-1/+7
* Moved TimeZone to Active SupportDavid Heinemeier Hansson2005-02-231-0/+155