#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_time_now(stack: Stack) -> StackExpand description
Get current time in microseconds since Unix epoch
Stack effect: ( – Int )
Returns wall-clock time. Good for timestamps.
For measuring durations, prefer time.nanos which uses a monotonic clock.
§Safety
stackmust be a valid stack pointer (may be null for empty stack)