index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time.c
Age
Commit message (
Expand
)
Author
2022-10-11
[DOC] use the local rdoc reference than the external URI
Nobuyoshi Nakada
2022-09-03
[DOC] Remove extra page-dir prefix to fix broken link
Nobuyoshi Nakada
2022-09-03
[DOC] Enhanced RDoc for Time (#6320)
Burdette Lamar
2022-09-02
Enhanced RDoc for Tim[DOC] (#6319)
Burdette Lamar
2022-08-31
[DOC] Enhanced RDoc for Time (#6308)
Burdette Lamar
2022-08-28
[DOC] Enhanced RDoc for Time (#6294)
Burdette Lamar
2022-08-25
[DOC] Enhanced RDoc for Time (#6277)
Burdette Lamar
2022-08-26
[DOC] Tell RDoc aliases of singleton class
Nobuyoshi Nakada
2022-08-23
[DOC] Remove extra page-dir prefix
Nobuyoshi Nakada
2022-08-22
[DOC] Enhanced RDoc for Time (#6267)
Burdette Lamar
2022-08-22
[DOC] Remove extra page-dir prefix
Nobuyoshi Nakada
2022-08-21
[DOC] Enhanced RDoc for Time (#6255)
Burdette Lamar
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-18
[Bug #18922] Normalize time at 24:00:00 UTC
Nobuyoshi Nakada
2022-07-12
[DOC] Enhanced RDoc for Time (#6118)
Burdette Lamar
2022-05-26
Using TZMODE_SET_LOCALTIME macro
S-H-GAMELINKS
2022-04-09
[DOC]Some link prefix replace
S-H-GAMELINKS
2022-02-28
Fix a typo of macro name
Nobuyoshi Nakada
2022-01-12
Speed up and avoid kwarg hash alloc in Time.now
John Hawthorn
2021-12-25
Raise proper exception when month argument is not a name
Nobuyoshi Nakada
2021-12-09
Check month overflow when marshal
Nobuyoshi Nakada
2021-11-15
Use `Primitive.mandatory_only?` for `Time.at`
Koichi Sasada
2021-11-10
Tentative fix of subsec to `Time.at` [Bug #18293]
Nobuyoshi Nakada
2021-11-10
Simplify default values of `Time.at` [Bug #18293]
Nobuyoshi Nakada
2021-10-28
Fix leap day with UTC offset [Bug #18274]
Nobuyoshi Nakada
2021-10-14
Prefer the reentrant versions of gmtime and localtime
Nobuyoshi Nakada
2021-09-18
Include the invalid value in invalid_utc_offset error
Nobuyoshi Nakada
2021-09-16
Remove unneeded ruby_reset_leap_second_info function declaration (#4824)
S.H
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-10
include/ruby/internal/intern/time.h: add doxygen
卜部昌平
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-08-02
Using RBOOL macro
S.H
2021-06-27
Added macros for days in month
Nobuyoshi Nakada
2021-06-27
Shrink monthly tables
Nobuyoshi Nakada
2021-06-22
[Documentation] Fix typo, formatting in `time.c`
Anton Rieder
2021-06-18
Make frozen Time Ractor-shareable
Nobuyoshi Nakada
2021-06-14
time.c: Check if defined(RUBY_MSVCRT_VERSION) to build on Solaris
Yusuke Endoh
2021-06-07
timev.rb: moved class rdoc from time.c
Nobuyoshi Nakada
2021-04-29
Update Time documentation
Burdette Lamar
2021-04-01
Refactored sub-seconds normalizations
Nobuyoshi Nakada
2021-02-19
Remove mentions of Bignum in time.c
Jeremy Evans
2021-02-16
Parse "-00:00" as UTC for the round-trip [Feature #17544]
Nobuyoshi Nakada
2021-02-11
Fixed time_t conversion modifiers for debug
Nobuyoshi Nakada
2021-02-10
Compile debugging code for time always
Nobuyoshi Nakada
2021-02-10
Fixed the signature of find_time_numguess_getter
Nobuyoshi Nakada
2021-01-13
Added `in:` timezone option to `Time.new` [Feature #17485]
Nobuyoshi Nakada
2021-01-13
Allow UTC offset without colons per ISO-8601 [Bug #17504]
Nobuyoshi Nakada
2021-01-12
Convert time component strings to integers more strictly
Nobuyoshi Nakada
2021-01-12
Show seconds of utc_offset if not zero
Nobuyoshi Nakada
2020-12-31
get_tmopt is no longer used
Nobuyoshi Nakada
[next]