1
2
3
4
5
6
/// Defines an RFC3339-formatted timestamp
pub mod timestamp;
/// Defines a timezone as count of seconds offset from UTC
pub mod timezone;
/// Defines the precision of the timestamp
pub mod unit;