emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 3138598: Update format-time-string documentation


From: Tino Calancha
Subject: [Emacs-diffs] emacs-25 3138598: Update format-time-string documentation
Date: Sun, 20 Nov 2016 06:46:21 +0000 (UTC)

branch: emacs-25
commit 3138598dd87d3578cee220436d1c7857a9aca896
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    Update format-time-string documentation
    
    * doc/lispref/os.texi (Time Parsing):
    Document %F, %g, %G, %u and %V.
---
 doc/lispref/os.texi |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index fa1c738..f5b2982 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1499,6 +1499,12 @@ This stands for the day of month, zero-padded.
 This is a synonym for @samp{%m/%d/%y}.
 @item %e
 This stands for the day of month, blank-padded.
address@hidden %F
+This stands for the ISO 8601 date format, i.e., @samp{"%Y-%m-%d"}.
address@hidden %g
+This stands for the year corresponding to the ISO week within the century.
address@hidden %G
+This stands for the year corresponding to the ISO week.
 @item %h
 This is a synonym for @samp{%b}.
 @item %H
@@ -1533,9 +1539,13 @@ This stands for the seconds (00--59).
 This stands for a tab character.
 @item %T
 This is a synonym for @samp{%H:%M:%S}.
address@hidden %u
+This stands for the numeric day of week (1--7).  Monday is day 1.
 @item %U
 This stands for the week of the year (01--52), assuming that weeks
 start on Sunday.
address@hidden %V
+This stands for the week of the year according to ISO 8601.
 @item %w
 This stands for the numeric day of week (0--6).  Sunday is day 0.
 @item %W



reply via email to

[Prev in Thread] Current Thread [Next in Thread]