Project

General

Profile

Bug #17504

Updated by nobu (Nobuyoshi Nakada) over 3 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 

Back