From 06107d286ab8379325f6fe8a59aaed860f773595 Mon Sep 17 00:00:00 2001 From: Yusuke Kawasaki Date: Mon, 27 Nov 2017 16:29:03 +0900 Subject: [PATCH] re #76: X: equivalent to %r in en_US --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f9ebb0d..e7d21ab 100644 --- a/Readme.md +++ b/Readme.md @@ -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