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

[go-nuts] More trouble with date formatting

2018-08-29 Thread Eric Raymond
The attached program emits go1.10.1: value '2010-10-27 18:43:32 + +' error on my system. Note the duplicated zone field. Is this expected? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiv