Searched refs:timezone (Results 1 – 7 of 7) sorted by relevance
5 bool "Enable fully version timezone and daylight saving time with database"6 select PKG_USING_TZ_DATABASE # select timezone database software package10 bool "Enable lightweight timezone and daylight saving time"16 int "Set the default local timezone (hour)"21 int "Set the default local timezone (minute)"26 int "Set the default local timezone (second)"
467 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday()509 int settimeofday(const struct timeval *tv, const struct timezone *tz) in settimeofday()
34 struct timezone struct108 int gettimeofday(struct timeval *tv, struct timezone *tz);109 int settimeofday(const struct timeval *tv, const struct timezone *tz);
61 sysret_t sys_gettimeofday(struct timeval *tp, struct timezone *tzp);62 sysret_t sys_settimeofday(const struct timeval *tv, const struct timezone *tzp);
1222 sysret_t sys_gettimeofday(struct timeval *tp, struct timezone *tzp) in sys_gettimeofday()1272 sysret_t sys_settimeofday(const struct timeval *tv, const struct timezone *tzp) in sys_settimeofday()
288 struct timezone tz = {0}; in cmd_rtc_sync()
372 MSH_CMD_EXPORT(date, get date and time or set (local timezone) [year month day hour min sec])
Completed in 24 milliseconds