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
Convert timestamp to rfc 3339 in Python

I am trying to convert the timestamp 1452454659 to its rfc3339 equivalent. I am getting the output as: 2016-01-11T01:07:39+05:30 …

python timestamp rfc3339