DateTimeType

emmet.core.types.typing.DateTimeType

Datetime serde.

alias of Annotated[datetime, FieldInfo(annotation=NoneType, required=False, default_factory=utcnow), BeforeValidator(func=convert_datetime, json_schema_input_type=PydanticUndefined)]