File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,16 @@ For available Group functions and examples see [Configuration Guide](../configur
61
61
62
62
### DateTimeType
63
63
64
- ` DateTimeType ` objects are parsed using Java's ` SimpleDateFormat.parse() ` using the first matching pattern:
65
-
66
- 1 . ` yyyy-MM-dd'T'HH:mm:ss.SSSZ `
67
- 1 . ` yyyy-MM-dd'T'HH:mm:ss.SSSz `
68
- 1 . ` yyyy-MM-dd'T'HH:mm:ss.SSSX `
69
- 1 . ` yyyy-MM-dd'T'HH:mm:ssz `
70
- 1 . ` yyyy-MM-dd'T'HH:mm:ss `
64
+ ` DateTimeType ` objects are parsed using Java's ` DateTimeFormatter ` with the first matching pattern:
65
+
66
+ 1 . ` yyyy-MM-dd'T'HH:mm[:ss[.SSS]]Z ` or ` yyyy-MM-dd HH:mm[:ss[.SSS]]Z `
67
+ 1 . ` yyyy-MM-dd'T'HH:mm[:ss[.SSS]]X ` or ` yyyy-MM-dd HH:mm[:ss[.SSS]]X `
68
+ 1 . ` yyyy-MM-dd'T'HH:mm[:ss[.SSS]]z ` or ` yyyy-MM-dd HH:mm[:ss[.SSS]]z `
69
+ 1 . ` yyyy-MM-dd'T'HH:mm[:ss[.SSS]] ` or ` yyyy-MM-dd HH:mm[:ss[.SSS]] `
70
+ 1 . ` HH:mm[:ss[.SSS]] ` with or without a timezone
71
+ 1 . A string of fewer than 12 digits as epoch in seconds
72
+ 1 . A string of 12 digits of more as epoch in milliseconds
73
+ 1 . ` yyyy-MM-dd ` with or without a timezone
71
74
72
75
| Literal | Standard | Example |
73
76
| ---------| --------------------| ---------------------------------------|
You can’t perform that action at this time.
0 commit comments