| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reimplement times on top of Arrow. | Vincent Driessen | 2014-08-23 | 1 | -67/+32 |
| | | |||||
| * | Improve compatibility with Python 2.6. | Vincent Driessen | 2013-02-11 | 1 | -2/+5 |
| | | |||||
| * | Update the unit tests for the TypeError changes. | Jon Parise | 2012-10-26 | 1 | -3/+3 |
| | | |||||
| * | Flake8. | Vincent Driessen | 2012-02-18 | 1 | -23/+26 |
| | | |||||
| * | By default, use isoformat() to format datetimes. | Vincent Driessen | 2012-02-17 | 1 | -9/+9 |
| | | | | | | | | This makes it more portable to JavaScript or MongoDB, for example, when using these times in APIs. This fixes #5. | ||||
| * | Add support for _parsing_ dates. | Vincent Driessen | 2012-02-08 | 1 | -1/+19 |
| | | | | | It utilizes the python-dateutil parser for this purpose. | ||||
| * | Add a little more argument checking. | Vincent Driessen | 2012-02-03 | 1 | -6/+11 |
| | | |||||
| * | Reorder and recategorize tests and functions. | Vincent Driessen | 2012-02-03 | 1 | -43/+43 |
| | | |||||
| * | Categorize and reorganise tests for readability. | Vincent Driessen | 2012-02-03 | 1 | -27/+27 |
| | | |||||
| * | Support auto-detection of UNIX timestamps in to_universal(). | Vincent Driessen | 2012-02-03 | 1 | -0/+14 |
| | | |||||
| * | Fix the unit tests (they were failing over here, possibly due to | Vincent Driessen | 2012-02-03 | 1 | -14/+41 |
| | | | | | implicit local time input). | ||||
| * | unix time conversion functions and tests | Michael Van Veen | 2012-02-02 | 1 | -0/+26 |
| | | |||||
| * | Allow custom date format strings. | Vincent Driessen | 2012-02-02 | 1 | -0/+7 |
| | | |||||
| * | Add the initial implementation. | Vincent Driessen | 2012-02-01 | 1 | -0/+105 |
