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

set_timezone_offset

Function set_timezone_offset 

Source
pub fn set_timezone_offset(seconds: i64)
Expand description

Set the timezone offset from UTC in seconds.

Positive values are east of UTC, negative values west. Example: EST (UTC-5) = -18000, CET (UTC+1) = 3600.