jasn_core/value/
timestamp.rs

1use time::OffsetDateTime;
2
3/// Type alias for timestamps (RFC3339/ISO8601 compatible).
4pub type Timestamp = OffsetDateTime;