mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
fixup
This commit is contained in:
parent
46b072fd7c
commit
18a53e22fa
@ -36,7 +36,7 @@ var testInputs = []dateTest{
|
|||||||
{in: "7 oct 70", out: "1970-10-07 00:00:00 +0000 UTC"},
|
{in: "7 oct 70", out: "1970-10-07 00:00:00 +0000 UTC"},
|
||||||
{in: "7 oct 1970", out: "1970-10-07 00:00:00 +0000 UTC"},
|
{in: "7 oct 1970", out: "1970-10-07 00:00:00 +0000 UTC"},
|
||||||
// output of time.Now() on https://play.golang.org/p/L6NpVXAtSur
|
// output of time.Now() on https://play.golang.org/p/L6NpVXAtSur
|
||||||
{in: "2009-11-10 23:00:00 +0000 UTC m=+0.000000001", "2009-11-10 23:00:00 +0000 UTC"},
|
{in: "2009-11-10 23:00:00 +0000 UTC m=+0.000000001", out: "2009-11-10 23:00:00 +0000 UTC"},
|
||||||
// ANSIC = "Mon Jan _2 15:04:05 2006"
|
// ANSIC = "Mon Jan _2 15:04:05 2006"
|
||||||
{in: "Mon Jan 2 15:04:05 2006", out: "2006-01-02 15:04:05 +0000 UTC"},
|
{in: "Mon Jan 2 15:04:05 2006", out: "2006-01-02 15:04:05 +0000 UTC"},
|
||||||
{in: "Thu May 8 17:57:51 2009", out: "2009-05-08 17:57:51 +0000 UTC"},
|
{in: "Thu May 8 17:57:51 2009", out: "2009-05-08 17:57:51 +0000 UTC"},
|
||||||
|
Loading…
Reference in New Issue
Block a user