summaryrefslogtreecommitdiffstats
path: root/git-log.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-22 15:32:46 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-22 15:32:46 -0700
commit55d9191be6ed28e5e9fa4c00b8958095400cd29c (patch)
tree07f33a0a46453df245d783c0ce5c73acf29dc9b6 /git-log.html
parenta275c1fc6c3b8415252c3d3ec814f0bdfb029ccf (diff)
downloadgit-htmldocs-55d9191be6ed28e5e9fa4c00b8958095400cd29c.tar.gz
Autogenerated HTML docs for v2.13.1-546-g5402b
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-log.html b/git-log.html
index 65823b59b..05edde9e0 100644
--- a/git-log.html
+++ b/git-log.html
@@ -2071,7 +2071,8 @@ timezone value.</p></div>
<div class="paragraph"><p><code>--date=unix</code> shows the date as a Unix epoch timestamp (seconds since
1970). As with <code>--raw</code>, this is always in UTC and therefore <code>-local</code>
has no effect.</p></div>
-<div class="paragraph"><p><code>--date=format:...</code> feeds the format <code>...</code> to your system <code>strftime</code>.
+<div class="paragraph"><p><code>--date=format:...</code> feeds the format <code>...</code> to your system <code>strftime</code>,
+except for %z and %Z, which are handled internally.
Use <code>--date=format:%c</code> to show the date in your system locale&#8217;s
preferred format. See the <code>strftime</code> manual for a complete list of
format placeholders. When using <code>-local</code>, the correct syntax is