mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
968053a35b
On platforms where `time_t` is unsigned, negative time can be a result of integer casting. Out-of-range error is too strict for those cases. This fix does not address wrong time value in `MRB_WORD_BOXING`. It will be addressed later (by introducing "big" integers).