For the complete documentation index, see llms.txt. This page is also available as Markdown.

Block Timestamp

EVM

block.timestamp

Solana

clock::Clock::get()
    .unwrap()
    .unix_timestamp
    .try_into()
    .unwrap();

Last updated