current_time_micros

Function current_time_micros 

Source
pub fn current_time_micros() -> u64
Expand description

Returns the current time in microseconds since the Unix epoch.

This is commonly used for timestamp columns and time-based operations. Falls back to 0 if the system clock is before the Unix epoch (should never happen).