jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

add timestamp field #99

Closed johncalls closed 6 years ago

johncalls commented 6 years ago

Add timestamp fields to jsonmodels:

{
   timestamp = 1509289889,
   other_field = ...
}
johncalls commented 6 years ago

Sorry, there seems to be an issue with the local timezone when parsing the timestamp. I'll close the pull request for now.