Top "Rfc3339" questions

A RFC entitled "Date and Time on the Internet: Timestamps"

Unmarshal incorrectly formatted datetime

Background I am learning Go and I'm trying to do some JSON unmarshaling of a datetime. I have some JSON …

json datetime go iso8601 rfc3339
Output Go time in RFC3339 like MySQL format

In Holland we mostly use YYYY-MM-DD HH:MM:SS. How can I format that in Go? Everything I insert (even …

go rfc3339