We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3896b0 commit 1df12b8Copy full SHA for 1df12b8
1 file changed
Modules/timemodule.c
@@ -763,8 +763,9 @@ Other codes may be available on your platform. See documentation for\n\
763
the C library strftime function.\n"
764
765
#ifdef HAVE_STRFTIME
766
-// OpenBSD's wcsftime() computes %V incorrectly: it returns 53 if the ISO 8601
767
-// week belongs to other year than tm_year. strftime() is correct.
+// gh-154460: OpenBSD's wcsftime() computes %V incorrectly: it returns 53
+// whenever the ISO 8601 week belongs to a different year than tm_year.
768
+// strftime() is not affected.
769
#ifdef __OpenBSD__
770
# undef HAVE_WCSFTIME
771
#endif
0 commit comments