mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:42:47 +00:00
Currently only supports Unix time. ‘get’ subcommand returns date in format “Y-m-d H:M:S” ‘set’ subcommand format is ‘[Y-m-d] <H:M:S>’ The ‘set’ subcommand is implemented with basic date validation. For user convenience of small adjustments to time the time argument will accept H:M:S, :M:S or ::S where the missing field(s) will be filled in by the previous time state. Signed-off-by: Nick Ward <nix.ward@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
date_service.c | ||
device_service.c | ||
Kconfig | ||
kernel_service.c |