Skip to content

Commit c1381d5

Browse files
committed
Disable wcsftime
1 parent 667a9c6 commit c1381d5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Modules/timemodule.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,10 +639,7 @@ checktm(struct tm* buf)
639639
return 1;
640640
}
641641

642-
#ifdef MS_WINDOWS
643-
/* wcsftime() doesn't format correctly time zones, see issue #10653 */
644-
# undef HAVE_WCSFTIME
645-
#endif
642+
#undef HAVE_WCSFTIME
646643
#define STRFTIME_FORMAT_CODES \
647644
"Commonly used format codes:\n\
648645
\n\

0 commit comments

Comments
 (0)