Bug #17504
Updated by nobu (Nobuyoshi Nakada) almost 4 years ago
Although ISO-8601 allows UTC offset to be `+HHMM` as well as `+HH:MM`, `Time.new`, `Time#getlocal` etc reject that format as invalid. I think this is a bug, especially as far as even `Time#inspect` uses it. https://github.com/ruby/ruby/pull/4020