Metadata-Version: 2.1
Name: excel-dates
Version: 0.1.1
Summary: Convert excel dates to datetime in Python
Home-page: https://github.com/AutoActuary/excel-dates
Author: Bart-Jan Hulsman
Author-email: hulsmanbj@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# excel-dates

Convert between Python `date`, `time` and `datetime` objects and Excel serial date (`int`) and datetime (`float`).

The 1900 bug is reproduced.

## Upstream docs

- https://docs.microsoft.com/en-us/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year
- https://www.quora.com/Why-wont-Microsoft-fix-the-1900-leap-year-bug-that-exists-in-Excel


