Tezos_raw_protocol_016_PtMumbai.Script_timestampSourceDefines the internal Michelson representation for timestamps and basic operations that can be performed on it.
Representation of timestamps specific to the Michelson interpreter. A number of seconds since the epoch. t is made algebraic in order to distinguish it from the other type parameters of Script_typed_ir.ty.
Compare timestamps. Returns 1 if the first timestamp is later than the second one; 0 if they're equal and -1 othwerwise.
Returns difference between timestamps as integral number of seconds in Michelson representation of numbers.
Add a number of seconds to the timestamp.
Subtract a number of seconds from the timestamp.