Description
Provides strict RFC 3339 date and time parsing and formatting helpers for Python. It helps applications accept only well-formed timestamps in APIs, configuration, and data validation workflows.
Developers use it as a small validation library. It checks timestamp format, but applications still need timezone policy, range checks, and clear error messages for users.