summaryrefslogtreecommitdiff
path: root/lisp/calendar/iso8601.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/iso8601.el')
-rw-r--r--lisp/calendar/iso8601.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/calendar/iso8601.el b/lisp/calendar/iso8601.el
index 5619067a433..79145449e8d 100644
--- a/lisp/calendar/iso8601.el
+++ b/lisp/calendar/iso8601.el
@@ -21,6 +21,14 @@
;;; Commentary:
+;; For a publicly available version of the standards document, see:
+
+;; http://www.loc.gov/standards/datetime/iso-tc154-wg5_n0038_iso_wd_8601-1_2016-02-16.pdf
+
+;; The Wikipedia page on the standard is also informative:
+
+;; https://en.wikipedia.org/wiki/ISO_8601
+
;;; Code:
(require 'time-date)