Timestamp¶
- pydantic model Timestamp[source]¶
A timestamp object contains a datetime representation of the time being marked and a string label for this timestamp.
- field label: Optional[str] = None¶
A string label corresponding to the timestamp.
- field value: Union[NaiveDatetime, AwareDatetime] [Required]¶
A datetime representation.