Fix UTC offset representation in `Time#to_s` on some environments; ref #4604
Use own implementation to calculate UTC offset on Visual Studio 2015 or earlier or MinGW because `strftime("%z")` on these environments does not conform C99.
Showing
Please register or sign in to comment