Home
last modified time | relevance | path

Searched refs:tzone (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/other/
H A Dhwclock.c61 struct timezone tzone; in hwclock_main() local
116 tzone.tz_minuteswest = timezone / 60 - 60 * daylight; in hwclock_main()
122 tzone.tz_minuteswest = timezone / 60; in hwclock_main()
123 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main()
124 if (!TT.utc) timeval.tv_sec += tzone.tz_minuteswest * 60; in hwclock_main()
133 tzone.tz_dsttime = 0; in hwclock_main()
134 if (settimeofday(&timeval, &tzone)) perror_exit("settimeofday failed"); in hwclock_main()

Completed in 1 milliseconds