[前][次][番号順一覧][スレッド一覧]

ruby-changes:70179

From: Nobuyoshi <ko1@a...>
Date: Mon, 13 Dec 2021 14:32:37 +0900 (JST)
Subject: [ruby-changes:70179] c81d7d7c60 (master): NEWS.md: RFC 3339 UTC for unknown offset local time [Feature #17544]

https://git.ruby-lang.org/ruby.git/commit/?id=c81d7d7c60

From c81d7d7c60477c04e7cc4f9eccb256443085512c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 13 Dec 2021 14:28:59 +0900
Subject: NEWS.md: RFC 3339 UTC for unknown offset local time [Feature #17544]

---
 NEWS.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index c92b31d1901..47b4f991233 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -260,6 +260,9 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L260
         timezone, as well as `Time.at` and `Time.now`, so that is now
         you can omit minor arguments to `Time.new`. [[Feature #17485]]
 
+    *   Time#strftime supports RFC 3339 UTC for unknown offset local
+        time, `-0000`, as `%-z`. [[Feature #17544]]
+
 * TracePoint
 
     *   TracePoint.allow_reenter is added to allow reenter while TracePoint
@@ -526,6 +529,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L529
 [Feature #17479]: https://bugs.ruby-lang.org/issues/17479
 [Feature #17485]: https://bugs.ruby-lang.org/issues/17485
 [Feature #17490]: https://bugs.ruby-lang.org/issues/17490
+[Feature #17544]: https://bugs.ruby-lang.org/issues/17544
 [Feature #17592]: https://bugs.ruby-lang.org/issues/17592
 [Feature #17684]: https://bugs.ruby-lang.org/issues/17684
 [Feature #17724]: https://bugs.ruby-lang.org/issues/17724
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]