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