Type Alias solana_program::clock::UnixTimestamp

source ·
pub type UnixTimestamp = i64;
Expand description

An approximate measure of real-world time.

Expressed as Unix time (i.e. seconds since the Unix epoch).