CONFIG_DATE_TIME_TOO_OLD_SECONDS

After which time current date time is considered too old, in seconds

Type: int

Help

If the library is triggered to perform date time update or a notification provides it
outside of the periodic date time updates, it will be applied if previous update was
done earlier than given number of seconds ago.
This must be smaller than or equal to DATE_TIME_UPDATE_INTERVAL_SECONDS.

Direct dependencies

DATE_TIME

(Includes any dependencies from ifs and menus.)

Default

  • 3600

Kconfig definition

At <nRF>/lib/date_time/Kconfig:26

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:29

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Date time library

config DATE_TIME_TOO_OLD_SECONDS
    int "After which time current date time is considered too old, in seconds"
    default 3600
    depends on DATE_TIME
    help
      If the library is triggered to perform date time update or a notification provides it
      outside of the periodic date time updates, it will be applied if previous update was
      done earlier than given number of seconds ago.
      This must be smaller than or equal to DATE_TIME_UPDATE_INTERVAL_SECONDS.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)