RichTextDateTime
Formatted date and time.
Properties
type
ts
type: "date_time";Type of the rich text, always “date_time”
text
ts
text: RichText;The text
unix_time
ts
unix_time: number;The Unix time associated with the entity
date_time_format
ts
date_time_format: "r" | template;The string that defines the formatting of the date and time. See date-time entity formatting for more details.