summaryrefslogtreecommitdiff
path: root/test/test_timestamp.py
Commit message (Collapse)AuthorAgeFilesLines
* Update setuptools and black (#498)Inada Naoki2022-03-031-6/+6
| | | | * Use setuptools * Use black==22.1.0
* Nicer error when packing a datetime without tzinfo (#466)Benjamin Egelund-Müller2021-11-161-0/+16
|
* Fix overflow in unpacking timestamp to datetime (#452)Inada Naoki2020-12-181-0/+11
|
* Fix datetime before epoch on windows in cython implementation (#436)Peter Fischer2020-07-301-0/+8
| | | | Cython implementation still used datetime.from_timestamp method, which does not work on windows. Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.
* Add some test for timestamp (#403)Inada Naoki2020-02-061-0/+27
|
* Refine Timestamp APIs (#395)Inada Naoki2019-12-121-5/+11
|
* Support datetime. (#394)Inada Naoki2019-12-111-2/+46
|
* blacken testInada Naoki2019-12-051-7/+7
|
* Add Timestamp support (#382)Inada Naoki2019-12-051-0/+46