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

NTP_UNIX_OFFSET

Constant NTP_UNIX_OFFSET 

Source
pub const NTP_UNIX_OFFSET: u64 = 2_208_988_800;
Expand description

Seconds between NTP epoch (1900-01-01) and Unix epoch (1970-01-01) 70 years including 17 leap years: (70*365 + 17) * 86400