CONFIG_MODEM_INFO_ADD_DATE_TIME
Read the real-time clock value from the modem
Type: bool
Help
Include the real-time clock value read from the modem in the network
information. Note, that if no time information is available in the
network, the modem info readout might fail.
Direct dependencies
MODEM_INFO_ADD_NETWORK
&& MODEM_INFO
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <nRF>/lib/modem_info/Kconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:22
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 modem information library → Read the network information from the modem
config MODEM_INFO_ADD_DATE_TIME
bool "Read the real-time clock value from the modem"
default y
depends on MODEM_INFO_ADD_NETWORK && MODEM_INFO
help
Include the real-time clock value read from the modem in the network
information. Note, that if no time information is available in the
network, the modem info readout might fail.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)