summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
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
2018-10-08Timezone support by Time [Feature #14850]nobu
2018-09-27Fix messages for too small yearnobu
2018-09-12time.c split time_utc_or_localnobu
2018-08-21rename an argument of calc_wday.akr
2018-08-15gmtimew_noleapsecond uses tables for mon and mday.akr
2018-08-12timegm_noleapsecond uses calc_tm_yday.akr
2018-08-08rename several internal macros in time.cakr
2018-08-08Update comment of tzmode [ci skip]kazu
2018-08-08Rename gmt field to tzmode in struct time_object.akr
2018-08-08Store String as zone in struct vtm.akr
2018-07-19renamed ruby_tz_update as ruby_tz_uptodate_pnobu