Kconfig 207 B

12345678910
  1. menu "POSIX layer and C standard library"
  2. config RT_LIBC_DEFAULT_TIMEZONE
  3. int "Set the default time zone (UTC+)"
  4. range -12 12
  5. default 8
  6. source "$RTT_DIR/components/libc/posix/Kconfig"
  7. endmenu