aboutsummaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/strptime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/time/strptime.c b/time/strptime.c
index 88b13f09e6..1f440a5d2f 100644
--- a/time/strptime.c
+++ b/time/strptime.c
@@ -463,6 +463,8 @@ strptime_internal (rp, fmt, tm, decided, era_cnt)
tm->tm_hour = val;
have_I = 0;
break;
+ case 'l':
+ /* Match hour in 12-hour clock. GNU extension. */
case 'I':
/* Match hour in 12-hour clock. */
get_number (1, 12, 2);