| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regression tests for #9678 | Andrew White | 2013-03-13 | 1 | -0/+16 |
* | Only take the date parts from Time.zone.now | Andrew White | 2012-12-01 | 1 | -0/+7 |
* | Make `Time.zone.parse` to work with JavaScript date strings | Andrew White | 2012-12-01 | 1 | -14/+18 |
* | Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for... | kennyj | 2012-09-20 | 1 | -0/+8 |
* | [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe... | Jarkko Laine | 2012-03-24 | 1 | -0/+18 |
* | remove some mocha stubs | Aaron Patterson | 2012-03-16 | 1 | -6/+11 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Using not effected timezone in tests. | Arun Agrawal | 2011-06-29 | 1 | -4/+4 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Don't store incorrect values in zones_map | Santiago Pastorino | 2010-06-28 | 1 | -1/+1 |
* | test that unknown zones don't store mapping keys | Leigh Caplan | 2010-06-28 | 1 | -0/+5 |
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -1/+1 |
* | Switch to TimezoneProxy for later support of deferred TZ loading | Jeremy Kemper | 2010-04-20 | 1 | -4/+4 |
* | avoid warning: ambiguous first argument; put parentheses or even spaces | Santiago Pastorino | 2010-04-16 | 1 | -1/+1 |
* | utc_offset returns nil for unknown zones | Santiago Pastorino | 2010-04-14 | 1 | -1/+7 |
* | Test for unknown zone with nil utc_offset | Santiago Pastorino | 2010-04-14 | 1 | -0/+5 |
* | delegate unknown timezones to TZInfo | Santiago Pastorino | 2010-04-02 | 1 | -0/+8 |
* | Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset wh... | Prem Sichanugrist | 2010-01-19 | 1 | -0/+6 |
* | Remove 'core' fluff. Hookable ActiveSupport.load_all! | Jeremy Kemper | 2009-05-20 | 1 | -1/+1 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | Fix timezone test | Jeremy Kemper | 2009-03-26 | 1 | -6/+6 |
* | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset | Jeremy Kemper | 2009-03-23 | 1 | -0/+12 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |
* | Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti... | Levin Alexander | 2009-02-14 | 1 | -58/+34 |
* | Require mocha >= 0.9.0 for AS tests | Jeremy Kemper | 2008-11-22 | 1 | -41/+37 |
* | TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is u... | gbuesing | 2008-11-18 | 1 | -1/+1 |
* | TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offs... | gbuesing | 2008-11-13 | 1 | -1/+1 |
* | Added support for regexp matching of priority zones in time_zone_select [#195... | Ernie Miller | 2008-06-29 | 1 | -0/+7 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -68/+67 |
* | TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more fa... | gbuesing | 2008-05-25 | 1 | -1/+1 |
* | Time.zone.parse: return nil for strings with no date information | gbuesing | 2008-05-08 | 1 | -0/+8 |
* | Time.zone.parse: compatibility with far future date with time zone offset in ... | gbuesing | 2008-05-08 | 1 | -0/+9 |
* | Fix Time.zone.parse from stripping time zone information and make Time aware ... | Scott Fleckenstein | 2008-05-08 | 1 | -0/+8 |
* | Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ... | Geoff Buesing | 2008-03-30 | 1 | -164/+161 |
* | Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re... | Geoff Buesing | 2008-03-28 | 1 | -0/+9 |
* | Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie... | Geoff Buesing | 2008-03-21 | 1 | -91/+99 |
* | Adding TimeZone#parse | Geoff Buesing | 2008-03-17 | 1 | -3/+37 |
* | Adding TimeZone#at and DateTime#to_f | Geoff Buesing | 2008-03-17 | 1 | -0/+19 |
* | Fix Numeric time tests broken by DST change by anchoring them to fixed times ... | Geoff Buesing | 2008-03-11 | 1 | -2/+2 |
* | TimeZone #local and #now correctly enforce DST rules | Geoff Buesing | 2008-03-11 | 1 | -6/+64 |
* | TimeZone#new renamed #local, so that new TimeWithZone instances can be create... | Geoff Buesing | 2008-02-10 | 1 | -2/+2 |
* | Add Time Zone support to ActiveRecord, and config.time_zone property for spec... | Rick Olson | 2008-02-06 | 1 | -0/+6 |
* | Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-... | Rick Olson | 2008-01-29 | 1 | -0/+8 |
* | 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 | -1/+4 |
* | Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn... | Geoff Buesing | 2008-01-23 | 1 | -0/+6 |
* | Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon... | Geoff Buesing | 2008-01-21 | 1 | -61/+78 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+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 | -1/+1 |