doc updates for #58

This commit is contained in:
Aaron Raddon 2018-05-03 18:09:23 -07:00
parent 26506dc7a8
commit 1e64c9214a
2 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,7 @@ var examples = []string{
"3.31.2014",
"03.31.2014",
"08.21.71",
"2014.03",
// yyyymmdd and similar
"20140601",
// unix seconds, ms
@ -265,6 +266,7 @@ func main() {
| 3.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
| 03.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
| 08.21.71 | 1971-08-21 00:00:00 +0000 UTC |
| 2014.03 | 2014-03-01 00:00:00 +0000 UTC |
| 20140601 | 2014-06-01 00:00:00 +0000 UTC |
| 1332151919 | 2012-03-19 10:11:59 +0000 UTC |
| 1384216367189 | 2013-11-12 00:32:47.189 +0000 UTC |

View File

@ -89,6 +89,7 @@ var examples = []string{
"3.31.2014",
"03.31.2014",
"08.21.71",
"2014.03",
// yyyymmdd and similar
"20140601",
// unix seconds, ms
@ -204,6 +205,7 @@ func main() {
| 3.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
| 03.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
| 08.21.71 | 1971-08-21 00:00:00 +0000 UTC |
| 2014.03 | 2014-03-01 00:00:00 +0000 UTC |
| 20140601 | 2014-06-01 00:00:00 +0000 UTC |
| 1332151919 | 2012-03-19 10:11:59 +0000 UTC |
| 1384216367189 | 2013-11-12 00:32:47.189 +0000 UTC |