Skip to content

Commit

Permalink
re #76: X: equivalent to %r in en_US
Browse files Browse the repository at this point in the history
  • Loading branch information
kawanet committed Nov 27, 2017
1 parent 8a06a30 commit 06107d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ e.g. `%q` becomes `q`. Use `%%` to get a literal `%` sign.
- v: equivalent to `%e-%b-%Y` in en_US (based on locale)
- W: week number of the year, Monday as the first day of the week, padded to 2 digits (00-53)
- w: the weekday, Sunday as the first day of the week (0-6)
- X: equivalent to `%D` in en_US (based on locale)
- 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)
- Y: the year with the century
- y: the year without the century (00-99)
- Z: the time zone name, replaced with an empty string if it is not found
Expand Down

0 comments on commit 06107d2

Please sign in to comment.