Macro timestamp_display

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