diff --git a/headers/private/kernel/real_time_clock.h b/headers/private/kernel/real_time_clock.h index 02aa0bdc39..b24ad4d22b 100644 --- a/headers/private/kernel/real_time_clock.h +++ b/headers/private/kernel/real_time_clock.h @@ -14,8 +14,8 @@ extern "C" { #endif status_t rtc_init(kernel_args *args); -bigtime_t rtc_system_time_offset(void); - // Returns the time at which the system was booted in microseconds since Jan 1, 1970 (local or GMT). +bigtime_t rtc_boot_time(void); + // Returns the time at which the system was booted in microseconds since Jan 1, 1970 UTC. bigtime_t _user_system_time(void); status_t _user_set_real_time_clock(uint32 time);