Fix output with real results
Fix output according to the example executed at https://play.golang.org/p/_7wwI4PXw9o
This commit is contained in:
parent
58e66a8103
commit
6687c1252a
@ -1,9 +1,9 @@
|
||||
$ go run time-formatting-parsing.go
|
||||
2014-04-15T18:00:15-07:00
|
||||
2012-11-01 22:08:41 +0000 +0000
|
||||
6:00PM
|
||||
Tue Apr 15 18:00:15 2014
|
||||
2014-04-15T18:00:15.161182-07:00
|
||||
2009-11-10T23:00:00Z
|
||||
2012-11-01 22:08:41 +0000 UTC
|
||||
11:00PM
|
||||
Tue Nov 10 23:00:00 2009
|
||||
2009-11-10T23:00:00+00:00
|
||||
0000-01-01 20:41:00 +0000 UTC
|
||||
2014-04-15T18:00:15-00:00
|
||||
parsing time "8:41PM" as "Mon Jan _2 15:04:05 2006": ...
|
||||
2009-11-10T23:00:00-00:00
|
||||
parsing time "8:41PM" as "Mon Jan _2 15:04:05 2006": cannot parse "8:41PM" as "Mon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user