summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-12-06 19:40:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-12-06 19:40:56 +0900
commitcb8625e81b195035883fd803413c05d718e5f0ac (patch)
tree803a4f3b2a3739a35495f7bec099cc01bd087705
parent1c15f641cc2bb88fa88123a11036ed58fbf9aa6d (diff)
[Bug #20929] NEWS for `Time#zone` encoding change on Windows
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index a519b212ab..db5c825731 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -105,6 +105,12 @@ Note: We're only listing outstanding class updates.
associated with the AST node. [[Feature #20624]]
* Add RubyVM::AbstractSyntaxTree::Location class which holds location information. [[Feature #20624]]
+* Time
+
+ * On Windows, now Time#zone encodes the system timezone name in UTF-8
+ instead of the active code page, if it contains non-ASCII characters.
+ [[Bug #20929]]
+
* Warning
* Add Warning.categories method which returns a list of possible warning categories.
@@ -378,3 +384,4 @@ details of the default gems or bundled gems.
[Feature #20860]: https://bugs.ruby-lang.org/issues/20860
[Feature #20876]: https://bugs.ruby-lang.org/issues/20876
[Feature #20902]: https://bugs.ruby-lang.org/issues/20902
+[Bug #20929]: https://bugs.ruby-lang.org/issues/20929