Trait Time
frame_support::traits
pub trait Time { type Moment: SimpleArithmetic + Parameter + Default + Copy; fn now() -> Self::Moment; }
type Moment: SimpleArithmetic + Parameter + Default + Copy
fn now() -> Self::Moment