I want to store time fields in Eve's schema. For example I would like to have a start_time field and end_time field. But Python Eve only provides datetime
type.
Is there any way to store a time in Python Eve, as I don't want Date included in the field?