Macro timestamp

Source
macro_rules! timestamp {
    ($t:ty, $d:ty) => { ... };
}