And how do I convert it to a datetime.datetime instance in python?
It’s the output from the New York State Senate’s API: http://open.nysenate.gov/legislation/.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like Unix time, but with milliseconds instead of seconds?
March 2nd, 2010?
And if you want a
datetimeobject:Note that the
datetimeis using the local timezone while thetime.struct_timeis using UTC.