From: "nobu (Nobuyoshi Nakada) via ruby-core" Date: 2023-01-03T12:38:30+00:00 Subject: [ruby-core:111592] [Ruby master Bug#19295] Time#wday returns 7 Issue #19295 has been updated by nobu (Nobuyoshi Nakada). Backport changed from 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN to 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED, 3.2: REQUIRED The patch conflicted with 2.7, but could fix this issue by applying with preceding patches. ---------------------------------------- Bug #19295: Time#wday returns 7 https://bugs.ruby-lang.org/issues/19295#change-100961 * Author: akostadinov (Aleksandar Kostadinov) * Status: Closed * Priority: Normal * ruby -v: ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x86_64-linux] * Backport: 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED, 3.2: REQUIRED ---------------------------------------- This issue happens since Ruby 2.7, since `Z` and `UTC` are allowed for a zone. ``` ruby [1] pry(main)> Time.new(2023, 1,3,0,0,0,"UTC").wday => 7 [2] pry(main)> Time.new(2023, 1,3,0,0,0,"Z").wday => 7 ``` This also breaks all weekday `Time#monday?`, etc. methods. -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/