# Current Time
function currentTimePoint(): TimePointCurrent time point of the blockchain
function currentTime(): u64Current microseconds since epoch of the blockchain
function currentTimeMs(): u64Current milliseconds since epoch of the blockchain
function currentTimeSec(): u32Current seconds since epoch of the blockchain
# Time Helpers
function seconds(s: i64): MicrosecondsHelper function to create a Microseconds object from a seconds input
function milliseconds(s: i64): MicrosecondsHelper function to create a Microseconds object from a milliseconds input
function minutes(s: i64): MicrosecondsHelper function to create a Microseconds object from a minutes input
function hours(s: i64): MicrosecondsHelper function to create a Microseconds object from a hours input
function days(s: i64): MicrosecondsHelper function to create a Microseconds object from a days input