summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2019-06-19Marshal distant past/futureNobuyoshi Nakada
2019-05-24[DOC] Use Rational literals than to_r in examplesNobuyoshi Nakada
2019-05-24Hoisted out ndigits_denominatorNobuyoshi Nakada
2019-05-23* expand tabs.git
2019-05-23Add `Time#ceil`.manga_osyo
2019-05-18[DOC] Shorten examples for Time#{round,floor}Marcus Stollsteimer
2019-05-18[DOC] Improve documentation for Time#floorMarcus Stollsteimer
2019-05-04Add a pathologic checkNobuyoshi Nakada
2019-04-20* expand tabs.svn
2019-04-20Add `Time#floor`nobu
2019-04-19time.c: added in: option to Time.nownobu
2019-01-20time.c: [DOC] small improvementstomar
2019-01-13time.c: separate sign argumentnobu
2019-01-13time.c: do not set utc_offset in vtm_add_offsetnobu
2019-01-09time.c: update error message for invalid utc_offsetnobu
2019-01-07time.c: support military time zone namesnobu
2019-01-07time.c: UTC and Z timezones should be utcnobu
2018-12-24time.c: zone in fixoff modenobu
2018-12-17Range check is only for interavalnobu
2018-12-16Refine error message for time intervalnobu
2018-12-15time.c: [DOC] improve docs for tz argument of Time.newstomar
2018-12-13time.c: improve docs for Timestomar
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-04Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-28time.c: rescue find_timezone when loadingnobu
2018-11-28Time.at in: tznobu
2018-11-28Timezone at Time.atnobu
2018-11-28Try Time.find_timezone to convert name to timezonenobu
2018-11-28Try Time.find_timezone to loadnobu
2018-11-25Normalize month-mday before finding epochnaruse
2018-11-04Hide Time::TM as Time::tmnobu
2018-10-29time.c: [DOC] fix method names to refer class methods [ci skip]nobu
2018-10-28time.c: added Time::TM#+ and Time::TM#-nobu
2018-10-28time.c: ignore 7th argnobu
2018-10-28time.c: [DOC] add description and fix markups [ci skip]nobu
2018-10-28time.c: [DOC] fix rdoc-ref [ci skip]nobu
2018-10-28time.c: [DOC] about timezone arguemnt [ci skip]nobu
2018-10-25time.c: benchmark recoverynobu
2018-10-23Let Time::TM share the implementation with Timenobu
2018-10-22No longer subsec and isdst membersnobu
2018-10-22Revert TM_IS_TIME to 1nobu
2018-10-22Return fixed values at subsec, utc_offset, and isdstnobu
2018-10-22time.c: optional arguments of Time::TM#initializenobu
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-10-12Fix overwritten zone stringnobu
2018-10-12Initialize zonenobu
2018-10-12Load as FIXOFF mode if zone is presentnobu
2018-10-12Just copy tzmodenobu
2018-10-08Timezone at Time#+ and Time#-nobu
2018-10-08* expand tabs.svn