| Commit message (Expand) | Author | Age | Files | Lines |
* | Lazy-require tzinfo for TimeZone | Jeremy Kemper | 2008-11-23 | 1 | -0/+1 |
* | TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offs... | gbuesing | 2008-11-13 | 1 | -2/+2 |
* | TimeZone: Caracas GMT offset changed to -4:30 [#1361 state:resolved] | Phil Ross | 2008-11-12 | 1 | -1/+2 |
* | Fix Brasilia timezone. [#1180 state:resolved] | Pratik Naik | 2008-10-17 | 1 | -1/+1 |
* | Fix Sri Jayawardenepura time zone to map to Asia/Colombo | Jamis Buck | 2008-09-10 | 1 | -1/+1 |
* | Added support for regexp matching of priority zones in time_zone_select [#195... | Ernie Miller | 2008-06-29 | 1 | -0/+6 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -346/+348 |
* | TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more fa... | gbuesing | 2008-05-25 | 1 | -1/+1 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -7/+7 |
* | Adding documentation for time zone features | gbuesing | 2008-05-18 | 1 | -0/+21 |
* | Precompute TimeZone.us_zones [#199 state:resolved] | Martin Eisenhardt | 2008-05-15 | 1 | -5/+4 |
* | Time.zone.parse: return nil for strings with no date information | gbuesing | 2008-05-08 | 1 | -1/+3 |
* | Time.zone.parse: compatibility with far future date with time zone offset in ... | gbuesing | 2008-05-08 | 1 | -3/+4 |
* | Fix Time.zone.parse from stripping time zone information and make Time aware ... | Scott Fleckenstein | 2008-05-08 | 1 | -0/+3 |
* | Preload TimeZone zones for thread safety. | Joshua Peek | 2008-05-04 | 1 | -217/+222 |
* | Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d... | Geoff Buesing | 2008-03-30 | 1 | -81/+71 |
* | Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re... | Geoff Buesing | 2008-03-28 | 1 | -2/+7 |
* | Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie... | Geoff Buesing | 2008-03-21 | 1 | -1/+2 |
* | TZInfo caches Timezone instances in its own internal hash cache, so TimeZone:... | Geoff Buesing | 2008-03-17 | 1 | -7/+1 |
* | Adding TimeZone#parse | Geoff Buesing | 2008-03-17 | 1 | -1/+15 |
* | Adding TimeZone#at and DateTime#to_f | Geoff Buesing | 2008-03-17 | 1 | -2/+12 |
* | TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that i... | Geoff Buesing | 2008-03-17 | 1 | -8/+2 |
* | TimeZone #local and #now correctly enforce DST rules | Geoff Buesing | 2008-03-11 | 1 | -10/+17 |
* | TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_fo... | Geoff Buesing | 2008-03-11 | 1 | -0/+5 |
* | TimeZone#new renamed #local, so that new TimeWithZone instances can be create... | Geoff Buesing | 2008-02-10 | 1 | -3/+3 |
* | Add Time Zone support to ActiveRecord, and config.time_zone property for spec... | Rick Olson | 2008-02-06 | 1 | -0/+8 |
* | Remove unnofficial 'PST' timezone | Rick Olson | 2008-01-29 | 1 | -2/+1 |
* | Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-... | Rick Olson | 2008-01-29 | 1 | -2/+3 |
* | Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with... | Geoff Buesing | 2008-01-25 | 1 | -1/+2 |
* | TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ... | Geoff Buesing | 2008-01-25 | 1 | -1/+1 |
* | TimeZone#now returns an ActiveSupport::TimeWithZone | Geoff Buesing | 2008-01-23 | 1 | -6/+11 |
* | Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn... | Geoff Buesing | 2008-01-23 | 1 | -10/+2 |
* | Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon... | Geoff Buesing | 2008-01-21 | 1 | -57/+216 |
* | Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs... | Geoff Buesing | 2008-01-12 | 1 | -4/+1 |
* | TimeZone#to_s uses UTC rather than GMT. References #1689. | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Ruby 1.9 compat: TimeZone avoids localtime conversion. References #1689 [Chu ... | Jeremy Kemper | 2007-12-10 | 1 | -3/+4 |
* | Fixed that La Paz was included in -25200 and -14400 offsets when it should on... | David Heinemeier Hansson | 2007-09-30 | 1 | -2/+2 |
* | send -> send! for some private methods | Jeremy Kemper | 2007-09-27 | 1 | -1/+1 |
* | fix test warnings | Jeremy Kemper | 2006-05-31 | 1 | -1/+1 |
* | Made TimeZone even more delicious #709 | David Heinemeier Hansson | 2005-02-24 | 1 | -9/+28 |
* | Fixed TimeZone issues in action-pack and active-support #704 | David Heinemeier Hansson | 2005-02-23 | 1 | -1/+7 |
* | Moved TimeZone to Active Support | David Heinemeier Hansson | 2005-02-23 | 1 | -0/+155 |