pub fn current_time_micros() -> u64Expand 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).