macro_rules! datetime {
    ($($tt:tt)*) => { ... };
}
Expand description

Construct a Timestamp with a statically known value.

The resulting expression can be used in const or static declarations.

See time::macros::datetime for more information.

The variation presented here does not support timezone offsets.