diff options
author | Tanaka Akira <[email protected]> | 2020-01-28 23:40:25 +0900 |
---|---|---|
committer | Tanaka Akira <[email protected]> | 2020-01-28 23:40:25 +0900 |
commit | 338c5b8c1dc061e9f8d21f6d9f5ac053c4497383 (patch) | |
tree | b5cc7143cb75eb026c49f24dc83bf4b859f2c39f /internal/time.h | |
parent | fb41246ddb2dd3c1b4595cd7e27ed3710def3fc8 (diff) |
Extract a function, ruby_reset_timezone().
Initial implementation of ruby_reset_timezone()
assigns ruby_tz_uptodate_p to false.
Diffstat (limited to 'internal/time.h')
-rw-r--r-- | internal/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/time.h b/internal/time.h index ef3d64e967..8f84899221 100644 --- a/internal/time.h +++ b/internal/time.h @@ -29,6 +29,7 @@ struct timeval rb_time_timeval(VALUE); RUBY_SYMBOL_EXPORT_BEGIN /* time.c (export) */ void ruby_reset_leap_second_info(void); +void ruby_reset_timezone(void); RUBY_SYMBOL_EXPORT_END #endif /* INTERNAL_TIME_H */ |