CircuitPython datetime provides basic date and time types. Implements a subset of the CPython datetime module.
NOTE: This library has a large memory footprint and is intended for hardware such as the SAMD51, ESP32-S2, and nRF52.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-datetime`.
Read the [docs](https://circuitpython.readthedocs.io/projects/datetime/en/latest/) for info on how to use it.