We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a06a30 + 06107d2 commit 08a9a4bCopy full SHA for 08a9a4b
Readme.md
@@ -144,8 +144,8 @@ e.g. `%q` becomes `q`. Use `%%` to get a literal `%` sign.
144
- v: equivalent to `%e-%b-%Y` in en_US (based on locale)
145
- W: week number of the year, Monday as the first day of the week, padded to 2 digits (00-53)
146
- w: the weekday, Sunday as the first day of the week (0-6)
147
-- X: equivalent to `%D` in en_US (based on locale)
148
-- x: equivalent to `%T` in en_US (based on locale)
+- X: equivalent to `%T` or `%r` in en_US (based on locale)
+- x: equivalent to `%D` in en_US (based on locale)
149
- Y: the year with the century
150
- y: the year without the century (00-99)
151
- Z: the time zone name, replaced with an empty string if it is not found
0 commit comments