From: nobu@... Date: 2021-01-03T15:36:09+00:00 Subject: [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 Issue #17504 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Bug #17504: Allow UTC offset without colons per ISO-8601 https://bugs.ruby-lang.org/issues/17504 * Author: nobu (Nobuyoshi Nakada) * Status: Open * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- 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://bugs.ruby-lang.org/ Unsubscribe: