V1: Patterned Date and Time - rnag/dataclass-wizard GitHub Wiki
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: