Top "Rfc3339" questions

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

Convert timestamps with offset to datetime obj using strptime

I am trying to convert time-stamps of the format "2012-07-24T23:14:29-07:00" to datetime objects in python using strptime …

python datetime timestamp rfc3339
Convert an RFC 3339 time to a standard Python timestamp

Is there an easy way to convert an RFC 3339 time into a regular Python timestamp? I've got a script which …

python datetime rfc3339
How do I parse RFC 3339 datetimes with Java?

I'm trying to parse the date returned as a value from the HTML5 datetime input field. Try it in Opera …

java datetime html date-parsing rfc3339
Converting ISO 8601 date time to seconds in Python

I am trying to add two times together. The ISO 8601 time stamp is '1984-06-02T19:05:00.000Z', and I …

python python-2.7 time iso8601 rfc3339
RFC3339 time parsing in golang

I'm pulling a timestamp from a datebase, it is using RFC3339 format but the timezone is missing. So when I …

parsing go time unix-timestamp rfc3339
What pattern should be used to parse RFC 3339 datetime strings in java

This seems to be a common question with many different answers. Before you answer, I have used both joda-time and …

java datetime rfc rfc3339
RFC822 Timezone Parsing in Java

I have a JS date that is being converted by Dojo into RFC822 format. The function call - dojo.date.…

java date iso8601 rfc822 rfc3339
C# DateTime - RFC 3339 format

I am trying to generate RFC 3339 compliant date strings (ie. '2008-03-19T00:00:00.0000000-04:00') however I seem to …

c# .net datetime rfc3339
RFC 3339 how make a dateTime from

I'm trying to format a date passed from a google plus Api thats like the guide says in RFC 3339 format: …

php datetime google-plus rfc3339
Convert UTC time to python datetime

I have numerous UTC time stamps in the following format: 2012-04-30T23:08:56+00:00 I want to convert them to python …

python datetime utc rfc3339