Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 7 of 7) sorted by relevance

/components/libc/compilers/common/
A DKconfig5 bool "Enable fully version timezone and daylight saving time with database"
6 select PKG_USING_TZ_DATABASE # select timezone database software package
10 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)"
A Dctime.c467 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday()
509 int settimeofday(const struct timeval *tv, const struct timezone *tz) in settimeofday()
/components/libc/compilers/common/include/sys/
A Dtime.h34 struct timezone struct
108 int gettimeofday(struct timeval *tv, struct timezone *tz);
109 int settimeofday(const struct timeval *tv, const struct timezone *tz);
/components/lwp/
A Dlwp_syscall.h61 sysret_t sys_gettimeofday(struct timeval *tp, struct timezone *tzp);
62 sysret_t sys_settimeofday(const struct timeval *tv, const struct timezone *tzp);
A Dlwp_syscall.c1222 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()
/components/drivers/rtc/
A Ddev_soft_rtc.c288 struct timezone tz = {0}; in cmd_rtc_sync()
A Ddev_rtc.c372 MSH_CMD_EXPORT(date, get date and time or set (local timezone) [year month day hour min sec])

Completed in 24 milliseconds