mirror of
https://github.com/araddon/dateparse.git
synced 2025-08-20 20:28:40 +08:00
New date format
This commit is contained in:
@@ -44,6 +44,7 @@ var examples = []string{
|
||||
"2009-08-12T22:15:09Z",
|
||||
"2009-08-12T22:15:09",
|
||||
"2014-04-26 17:24:37.3186369",
|
||||
"2014-04-26 17:24:37.318636",
|
||||
"2012-08-03 18:31:59.257000000 +0000 UTC",
|
||||
"2015-09-30 18:48:56.35272715 +0000 UTC",
|
||||
"2012-08-03 18:31:59.257000000",
|
||||
@@ -115,6 +116,7 @@ func main() {
|
||||
| 2009-08-12T22:15:09Z | 2009-08-12 22:15:09 +0000 UTC |
|
||||
| 2009-08-12T22:15:09 | 2009-08-12 22:15:09 +0000 UTC |
|
||||
| 2014-04-26 17:24:37.3186369 | 2014-04-26 17:24:37.3186369 +0000 UTC |
|
||||
| 2014-04-26 17:24:37.318636 | 2014-04-26 17:24:37.318636 +0000 UTC |
|
||||
| 2012-08-03 18:31:59.257000000 +0000 UTC | 2012-08-03 18:31:59.257 +0000 UTC |
|
||||
| 2015-09-30 18:48:56.35272715 +0000 UTC | 2015-09-30 18:48:56.35272715 +0000 UTC |
|
||||
| 2012-08-03 18:31:59.257000000 | 2012-08-03 18:31:59.257 +0000 UTC |
|
||||
|
Reference in New Issue
Block a user