aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/time_zone_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Don't store incorrect values in zones_mapSantiago Pastorino2010-06-281-1/+1
* test that unknown zones don't store mapping keysLeigh Caplan2010-06-281-0/+5
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
* Switch to TimezoneProxy for later support of deferred TZ loadingJeremy Kemper2010-04-201-4/+4
* avoid warning: ambiguous first argument; put parentheses or even spacesSantiago Pastorino2010-04-161-1/+1
* utc_offset returns nil for unknown zonesSantiago Pastorino2010-04-141-1/+7
* Test for unknown zone with nil utc_offsetSantiago Pastorino2010-04-141-0/+5
* delegate unknown timezones to TZInfoSantiago Pastorino2010-04-021-0/+8
* Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset wh...Prem Sichanugrist2010-01-191-0/+6
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Fix timezone testJeremy Kemper2009-03-261-6/+6
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-0/+12
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti...Levin Alexander2009-02-141-58/+34
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-41/+37
* TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is u...gbuesing2008-11-181-1/+1
* TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offs...gbuesing2008-11-131-1/+1
* Added support for regexp matching of priority zones in time_zone_select [#195...Ernie Miller2008-06-291-0/+7
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-68/+67
* TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more fa...gbuesing2008-05-251-1/+1
* Time.zone.parse: return nil for strings with no date informationgbuesing2008-05-081-0/+8
* Time.zone.parse: compatibility with far future date with time zone offset in ...gbuesing2008-05-081-0/+9
* Fix Time.zone.parse from stripping time zone information and make Time aware ...Scott Fleckenstein2008-05-081-0/+8
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-164/+161
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...Geoff Buesing2008-03-281-0/+9
* Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie...Geoff Buesing2008-03-211-91/+99
* Adding TimeZone#parseGeoff Buesing2008-03-171-3/+37
* Adding TimeZone#at and DateTime#to_fGeoff Buesing2008-03-171-0/+19
* Fix Numeric time tests broken by DST change by anchoring them to fixed times ...Geoff Buesing2008-03-111-2/+2
* TimeZone #local and #now correctly enforce DST rulesGeoff Buesing2008-03-111-6/+64
* TimeZone#new renamed #local, so that new TimeWithZone instances can be create...Geoff Buesing2008-02-101-2/+2
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-0/+6
* Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-...Rick Olson2008-01-291-0/+8
* 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-1/+4
* Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn...Geoff Buesing2008-01-231-0/+6
* Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon...Geoff Buesing2008-01-211-61/+78
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+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-1/+1
* Improve various test coverage. Closes #8676 [kamal]Jeremy Kemper2007-06-251-1/+8
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+1
* Made TimeZone even more delicious #709David Heinemeier Hansson2005-02-241-0/+16
* Moved over TimeZone test tooDavid Heinemeier Hansson2005-02-231-0/+76