Searched refs:gmtime (Results 1 – 4 of 4) sorted by relevance
45 struct tm gmtime(unsigned long t) in gmtime() function179 return gmtime(seconds); in wallclock_time()
264 s->current_tm = gmtime(get_localtime(d)); in alarm_timer_update()482 s->current_tm = gmtime(get_localtime(d)); in rtc_ioport_write()503 s->current_tm = gmtime(get_localtime(d)); in rtc_ioport_write()669 s->current_tm = gmtime(get_localtime(d)); in rtc_ioport_read()783 s->current_tm = gmtime(get_localtime(d)); in rtc_load()861 s->current_tm = gmtime(get_localtime(d)); in rtc_init()895 s->current_tm = gmtime(get_localtime(d)); in rtc_update_clock()
51 struct tm gmtime(unsigned long t);
126 let tm = Unix.gmtime time in
Completed in 9 milliseconds