Fix: overly restrictive datetime regexp rejects valid dates
[lttng-tools.git] / src / bin / lttng-relayd / backward-compatibility-group-by.c
index 0127f63f5a9277d8ade1187cdd4ed8b615b82098..dd5ccffd532147f8fb317d7f6c23669aa2c11d6a 100644 (file)
@@ -29,7 +29,7 @@
 
 #define DATETIME_STRING_SIZE 16
 #define DATETIME_REGEX \
 
 #define DATETIME_STRING_SIZE 16
 #define DATETIME_REGEX \
-       ".*-[1-2][0-9][0-9][0-9][0-1][0-1][0-3][0-9]-[0-2][0-9][0-5][0-9][0-5][0-9]$"
+       ".*-[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9]-[0-2][0-9][0-5][0-9][0-5][0-9]$"
 
 /*
  * Provide support for --group-output-by-session for producer >= 2.4 and < 2.11.
 
 /*
  * Provide support for --group-output-by-session for producer >= 2.4 and < 2.11.
This page took 0.022832 seconds and 4 git commands to generate.