summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement times on top of Arrow.Vincent Driessen2014-08-231-67/+32
|
* Improve compatibility with Python 2.6.Vincent Driessen2013-02-111-2/+5
|
* Update the unit tests for the TypeError changes.Jon Parise2012-10-261-3/+3
|
* Flake8.Vincent Driessen2012-02-181-23/+26
|
* By default, use isoformat() to format datetimes.Vincent Driessen2012-02-171-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 Driessen2012-02-081-1/+19
| | | | It utilizes the python-dateutil parser for this purpose.
* Add a little more argument checking.Vincent Driessen2012-02-031-6/+11
|
* Reorder and recategorize tests and functions.Vincent Driessen2012-02-031-43/+43
|
* Categorize and reorganise tests for readability.Vincent Driessen2012-02-031-27/+27
|
* Support auto-detection of UNIX timestamps in to_universal().Vincent Driessen2012-02-031-0/+14
|
* Fix the unit tests (they were failing over here, possibly due toVincent Driessen2012-02-031-14/+41
| | | | implicit local time input).
* unix time conversion functions and testsMichael Van Veen2012-02-021-0/+26
|
* Allow custom date format strings.Vincent Driessen2012-02-021-0/+7
|
* Add the initial implementation.Vincent Driessen2012-02-011-0/+105