summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/date/date_strftime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/date_strftime.c b/ext/date/date_strftime.c
index 06ca9b0aff..3ac20c87f5 100644
--- a/ext/date/date_strftime.c
+++ b/ext/date/date_strftime.c
@@ -663,10 +663,12 @@ date_strftime_wo_timespec(char *s, size_t maxsize, const char *format,
case 'E':
/* POSIX locale extensions, ignored for now */
+ SKIP_MODIFIER_EO;
flags |= BIT_OF(LOCALE_E);
goto again;
case 'O':
/* POSIX locale extensions, ignored for now */
+ SKIP_MODIFIER_EO;
flags |= BIT_OF(LOCALE_O);
goto again;