Files
mruby-mruby/mrbgems
Sutou Kouhei effae4ae55 Fix Time#to_s encoding on Windows
strftime() on Windows returns locale encoding time zone for "%z" even
if MSDN says "%z" is "The offset from UTC in ISO 8601 format; no
characters if time zone is unknown" in MSDN:

https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l?view=vs-2019

So we need to convert encoding of string from strftime().
2019-07-29 18:16:21 +09:00
..
2019-06-29 11:54:17 +09:00
2019-06-29 11:54:17 +09:00
2019-06-18 13:27:16 +09:00
2019-07-29 01:02:03 +09:00