Fix: max len for iso8601 format is 26
[lttng-tools.git] / src / common / time.h
index 7e760599fd54ba6c2f0f8c2e400b5c4e00f1e0d1..5ea8c66286f3d5d79ef9abdb959caa784debd697 100644 (file)
@@ -47,7 +47,7 @@ bool locale_supports_utf8(void);
 #define HR_UNIT         "h"
 
 #define ISO8601_FORMAT  "%Y%m%dT%H%M%S%z"
-#define ISO8601_LEN     21
+#define ISO8601_LEN     26
 
 /*
  * timespec_to_ms: Convert timespec to milliseconds.
This page took 0.023883 seconds and 5 git commands to generate.