ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601
@ 2021-01-03 15:36 nobu
  2021-01-13  7:37 ` [ruby-core:102057] " matz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: nobu @ 2021-01-03 15:36 UTC (permalink / raw)
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:102057] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601
  2021-01-03 15:36 [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 nobu
@ 2021-01-13  7:37 ` matz
  2021-02-01 10:09 ` [ruby-core:102350] " naruse
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: matz @ 2021-01-13  7:37 UTC (permalink / raw)
  To: ruby-core

Issue #17504 has been updated by matz (Yukihiro Matsumoto).


Accepted.

Matz.


----------------------------------------
Bug #17504: Allow UTC offset without colons per ISO-8601
https://bugs.ruby-lang.org/issues/17504#change-89913

* Author: nobu (Nobuyoshi Nakada)
* Status: Open
* Priority: Normal
* Backport: 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:102350] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601
  2021-01-03 15:36 [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 nobu
  2021-01-13  7:37 ` [ruby-core:102057] " matz
@ 2021-02-01 10:09 ` naruse
  2021-02-27  6:01 ` [ruby-core:102636] " nagachika00
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: naruse @ 2021-02-01 10:09 UTC (permalink / raw)
  To: ruby-core

Issue #17504 has been updated by naruse (Yui NARUSE).

Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED to 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE

ruby_3_0 commit:5501e1038eb1f606d4b941115fcc45e6e01a0de4.

----------------------------------------
Bug #17504: Allow UTC offset without colons per ISO-8601
https://bugs.ruby-lang.org/issues/17504#change-90210

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Priority: Normal
* Backport: 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:102636] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601
  2021-01-03 15:36 [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 nobu
  2021-01-13  7:37 ` [ruby-core:102057] " matz
  2021-02-01 10:09 ` [ruby-core:102350] " naruse
@ 2021-02-27  6:01 ` nagachika00
  2021-04-04 23:45 ` [ruby-core:103224] " usa
  2022-11-14 23:11 ` [ruby-core:110756] " nobu (Nobuyoshi Nakada)
  4 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2021-02-27  6:01 UTC (permalink / raw)
  To: ruby-core

Issue #17504 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE to 2.5: REQUIRED, 2.6: REQUIRED, 2.7: DONE, 3.0: DONE

ruby_2_7 190ffd8761bec206582095028e5752ae5ccd7587 merged revision(s) f4be7a510eebbe6507ba41d138d7d252f4a68e90,9441f3f97087a4325ee80911859d37da41fa5050.

----------------------------------------
Bug #17504: Allow UTC offset without colons per ISO-8601
https://bugs.ruby-lang.org/issues/17504#change-90628

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Priority: Normal
* Backport: 2.5: REQUIRED, 2.6: REQUIRED, 2.7: DONE, 3.0: DONE
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:103224] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601
  2021-01-03 15:36 [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 nobu
                   ` (2 preceding siblings ...)
  2021-02-27  6:01 ` [ruby-core:102636] " nagachika00
@ 2021-04-04 23:45 ` usa
  2022-11-14 23:11 ` [ruby-core:110756] " nobu (Nobuyoshi Nakada)
  4 siblings, 0 replies; 6+ messages in thread
From: usa @ 2021-04-04 23:45 UTC (permalink / raw)
  To: ruby-core

Issue #17504 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: DONE, 3.0: DONE to 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: DONE

ruby_2_6 r67928 merged revision(s) f4be7a510eebbe6507ba41d138d7d252f4a68e90,9441f3f97087a4325ee80911859d37da41fa5050.

----------------------------------------
Bug #17504: Allow UTC offset without colons per ISO-8601
https://bugs.ruby-lang.org/issues/17504#change-91302

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Priority: Normal
* Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: DONE
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:110756] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601
  2021-01-03 15:36 [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 nobu
                   ` (3 preceding siblings ...)
  2021-04-04 23:45 ` [ruby-core:103224] " usa
@ 2022-11-14 23:11 ` nobu (Nobuyoshi Nakada)
  4 siblings, 0 replies; 6+ messages in thread
From: nobu (Nobuyoshi Nakada) @ 2022-11-14 23:11 UTC (permalink / raw)
  To: ruby-core

Issue #17504 has been updated by nobu (Nobuyoshi Nakada).

Backport changed from 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: DONE to 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: REQUIRED

3.0 branch has not backported commit:9441f3f97087a4325ee80911859d37da41fa5050.

----------------------------------------
Bug #17504: Allow UTC offset without colons per ISO-8601
https://bugs.ruby-lang.org/issues/17504#change-100094

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Priority: Normal
* Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: REQUIRED
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-14 23:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-03 15:36 [ruby-core:101888] [Ruby master Bug#17504] Allow UTC offset without colons per ISO-8601 nobu
2021-01-13  7:37 ` [ruby-core:102057] " matz
2021-02-01 10:09 ` [ruby-core:102350] " naruse
2021-02-27  6:01 ` [ruby-core:102636] " nagachika00
2021-04-04 23:45 ` [ruby-core:103224] " usa
2022-11-14 23:11 ` [ruby-core:110756] " nobu (Nobuyoshi Nakada)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).