[go-nuts] Re: More details regarding changes to time.Time JSON marshalling/unmarshalling in 1.20?

2023-01-04 Thread 'Ben Brcan' via golang-nuts
That's really helpful, thank you! On Wednesday, January 4, 2023 at 7:13:52 PM UTC+11 gbarr wrote: > By reading the commit at > https://github.com/golang/go/commit/72c58fb77192f7d17d87663c943360a48aae11dc > the change that stands out most to me is bounds checking on the hour and > minute

[go-nuts] More details regarding changes to time.Time JSON marshalling/unmarshalling in 1.20?

2023-01-03 Thread 'Ben Brcan' via golang-nuts
Hi, I noticed this in the draft release notes for 1.20: *The Time.MarshalJSON and Time.UnmarshalJSON methods are now more strict about adherence to RFC 3339.* Can we get some further