Type Alias switchboard_solana::program_id::clock::UnixTimestamp
pub type UnixTimestamp = i64;
Expand description
An approximate measure of real-world time.
Expressed as Unix time (i.e. seconds since the Unix epoch).