File: inc_strftime_table.asciidoc

package info (click to toggle)
elasticsearch-curator 8.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,716 kB
  • sloc: python: 17,838; makefile: 159; sh: 156
file content (17 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The identifiers that Curator currently recognizes include:

[width="50%", cols="<m,,", options="header"]
|===
|Unit|Value|Note
|%Y|4 digit year|
|%G|4 digit year| use instead of `%Y` when doing ISO Week calculations
|%y|2 digit year|
|%m|2 digit month|
|%W|2 digit week of the year|
|%V|2 digit week of the year| use instead of `%W` when doing ISO Week calculations
|%d|2 digit day of the month|
|%H|2 digit hour| 24 hour notation
|%M|2 digit minute|
|%S|2 digit second|
|%j|3 digit day of the year|
|===