binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

json_parser: support both naive and aware datetime, date and time types #73

Open duxiaoyao opened 13 years ago

duxiaoyao commented 13 years ago

Two improvements: -support aware date time types, the previous one supports only naive datetime (no timezone support) -keep time precision, the previous one supports the precision by 1 second