Re: [go-nuts] More trouble with date formatting

2018-08-29 Thread peterGo
Paul, The Go Playground sandbox has a few peculiarities, for example for date and time. Results may not match those found in ordinary use. Peter On Wednesday, August 29, 2018 at 9:24:32 AM UTC-4, Borman, Paul wrote: > > I put your program onto the playground: > https://play.golang.org/p/L0xJgw

Re: [go-nuts] More trouble with date formatting

2018-08-29 Thread 'Borman, Paul' via golang-nuts
I put your program onto the playground: https://play.golang.org/p/L0xJgwdLuI3 I notice the output is: go1.10.3: value '2010-10-27 18:43:32 + UTC' error The default format for printing time (it is documented in the Format method on time.Time) is: Mon Jan 2 15:04:05 -0700 MST 2006 Notice t