⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

current_epoch_secs

Function current_epoch_secs 

Source
pub fn current_epoch_secs() -> u64
Expand description

Get current wall-clock seconds since Unix epoch.

Adds elapsed uptime (from TSC) to the boot-time RTC snapshot, then applies timezone offset and NTP correction.