-
-
Notifications
You must be signed in to change notification settings - Fork 22
V1: Patterned Date and Time
Ritvik Nag edited this page Jan 20, 2025
·
1 revision
This feature, introduced in v0.35.0
, allows parsing custom date and time formats into Python’s date
, time
, and datetime
objects. For example, strings like November 2, 2021
can now be parsed using customizable patterns – specified as format codes.
For more info, check out the dedicated section: