Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update setuptools and black (#498) | Inada Naoki | 2022-03-03 | 1 | -6/+6 |
| | | | | * Use setuptools * Use black==22.1.0 | ||||
* | Nicer error when packing a datetime without tzinfo (#466) | Benjamin Egelund-Müller | 2021-11-16 | 1 | -0/+16 |
| | |||||
* | Fix overflow in unpacking timestamp to datetime (#452) | Inada Naoki | 2020-12-18 | 1 | -0/+11 |
| | |||||
* | Fix datetime before epoch on windows in cython implementation (#436) | Peter Fischer | 2020-07-30 | 1 | -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 Naoki | 2020-02-06 | 1 | -0/+27 |
| | |||||
* | Refine Timestamp APIs (#395) | Inada Naoki | 2019-12-12 | 1 | -5/+11 |
| | |||||
* | Support datetime. (#394) | Inada Naoki | 2019-12-11 | 1 | -2/+46 |
| | |||||
* | blacken test | Inada Naoki | 2019-12-05 | 1 | -7/+7 |
| | |||||
* | Add Timestamp support (#382) | Inada Naoki | 2019-12-05 | 1 | -0/+46 |