1The identifiers that Curator currently recognizes include:
2
3[width="50%", cols="<m,,", options="header"]
4|===
5|Unit|Value|Note
6|%Y|4 digit year|
7|%G|4 digit year| use instead of `%Y` when doing ISO Week calculations
8|%y|2 digit year|
9|%m|2 digit month|
10|%W|2 digit week of the year|
11|%V|2 digit week of the year| use instead of `%W` when doing ISO Week calculations
12|%d|2 digit day of the month|
13|%H|2 digit hour| 24 hour notation
14|%M|2 digit minute|
15|%S|2 digit second|
16|%j|3 digit day of the year|
17|===
18