aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_time_tz.rb
Commit message (Expand)AuthorAgeFilesLines
* Added a test for [Bug #16159]Nobuyoshi Nakada2019-12-171-0/+6
* Enable more Time TZ tests on OpenBSDJeremy Evans2019-08-201-1/+1
* Removed unused variables and methodsNobuyoshi Nakada2019-07-291-5/+1
* Initialize DST flagNobuyoshi Nakada2019-07-271-16/+64
* Rmove old TestTimeTZ::TZ#abbr attributeNobuyoshi Nakada2019-06-291-1/+1
* time.c: added in: option to Time.nownobu2019-04-191-0/+5
* time.c: support military time zone namesnobu2019-01-071-0/+54
* time.c: UTC and Z timezones should be utcnobu2019-01-071-0/+6
* time.c: rescue find_timezone when loadingnobu2018-11-281-1/+31
* Try with TZInfo and Timezone gemsnobu2018-11-281-0/+38
* Time.at in: tznobu2018-11-281-2/+2
* Timezone at Time.atnobu2018-11-281-0/+12
* Try Time.find_timezone to convert name to timezonenobu2018-11-281-11/+20
* Try Time.find_timezone to loadnobu2018-11-281-0/+1
* time.c: added Time::TM#+ and Time::TM#-nobu2018-10-281-9/+2
* Update for tzdata-2018fnobu2018-10-261-3/+9
* time.c: optional arguments of Time::TM#initializenobu2018-10-221-1/+1
* test_time_tz.rb: refactor dummy TZ tests and add another timezonenobu2018-10-211-37/+38
* Load as FIXOFF mode if zone is presentnobu2018-10-121-0/+1
* Add tests for another timezonenobu2018-10-091-14/+45
* Add test for marshalnobu2018-10-081-0/+6
* Removed redundant suffix `_with_timezone`nobu2018-10-081-4/+4
* Timezone at Time#+ and Time#-nobu2018-10-081-0/+6
* Timezone support by Time [Feature #14850]nobu2018-10-081-0/+60
* No one knows how many leap seconds in year 2100naruse2018-07-161-2/+2
* Re-apply r63848 (Optimize Time.utc)naruse2018-07-051-0/+28
* skip test_localtime_zone if force_tz_test is falsenaruse2018-07-031-0/+1
* time.c: [DOC] Time#localtimenobu2018-07-021-0/+11
* test_time_tz.rb: Lisbon tzdata fixnobu2018-04-011-0/+1
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-0/+9
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-3/+14
* test_time_tz.rb: past Japanese DST tzdata fixnobu2018-02-211-1/+1
* test_time_tz.rb: past Japanese DST tzdata fixnobu2018-02-211-2/+17
* test: use assert_includenobu2016-07-261-1/+1
* * test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removedakr2016-04-221-13/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon2015-02-221-0/+1
* Refine an assertion message.akr2015-01-061-1/+1
* * time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst isakr2015-01-061-0/+8
* * test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr2014-09-221-27/+72
* test_time_tz.rb: have_tz_offset?nobu2014-09-081-3/+3
* test_time_tz.rb: right timezonenobu2014-09-081-12/+21
* test_time_tz.rb: has_lisbon_tznobu2014-08-181-1/+6
* * test/minitest/test_minitest_unit.rb: removed obsoleted conditionhsbt2014-08-091-8/+2
* * test/ruby: get rid of warnings.usa2014-03-051-2/+2
* Add freebsd to force_tz_testnaruse2012-12-071-1/+1
* Canada/Newfoundland was renamed to America/St_Johnsnaruse2012-12-071-5/+5
* * test/ruby/test_time_tz.rb (TestTimeTZ): run TZ tests on Mac OS X,nobu2012-04-181-8/+18
* split method definitionsnobu2012-04-181-6/+11
* * time.c (guess_local_offset): use the UTC offset of an older date onakr2010-07-141-1/+6