summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-31 19:16:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-31 19:21:06 (EDT)
commit2c71d6063c8f53481374f89636686354a1c03bff (patch)
tree857215f9f13104338c404a29c028174677614dd3 /README
parent06a0b4d1ec8ee10736565eda0c4a5e3c885c73c6 (diff)
downloadatsign-2c71d6063c8f53481374f89636686354a1c03bff.zip
atsign-2c71d6063c8f53481374f89636686354a1c03bff.tar.gz
atsign-2c71d6063c8f53481374f89636686354a1c03bff.tar.bz2
datetime: Add UNIX-like date format
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index d79b7f3..77e0090 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ the following 43 formats:
* Wed, Dec/31/1969
* Wed, Dec/31
-Additionally, the following eight date/time formats are supported:
+Additionally, the following nine date/time formats are supported:
* 1969-12-31T19:00:01
* 1969-12-31T19:00
@@ -83,6 +83,7 @@ Additionally, the following eight date/time formats are supported:
* 19691231 190001
* 19691231 700 PM
* 19691231 1900
+ * Wed Dec 31 19:00:01 1969
Development
-----------