Closed Limpan closed 8 years ago
Arrow doesn't seem to have official support for py3.5 according to it's frontpage.
- Stick to the built-in datetime-based types. This already works but the datetime.date and datetime.time types are crappy when performing calculations.
Could allow us to get started fast?
Yes. Things can always be improved on later.
Since the built-in datetime-library (https://docs.python.org/3.5/library/datetime.html#) isn't that great the need arises to discuss what data types should be used in the model. As it is the built-ins are used (datetime.date, datetime.time).
The Arrow library is a lot better (http://crsmithdev.com/arrow/) but at the moment I am unsure as how to best integrate it with SQLAlchemy. As I see it there's a few alternatives.
Leaning towards 2