zephyr/drivers/rtc
Aurelien Jarno 19827b9be5 drivers: rtc: rtc_shell: fix milliseconds display
The RTC shell get command displays the time according to the ISO8601
standard. Fix the milliseconds field to be displayed on 3 digits instead
of 6 like if they were microseconds. In addition change the separator
between seconds and milliseconds to a dot like specified in the ISO8601
standard.

Before:
2024-06-02T22:33:10:000667

After:
2024-06-02T22:33:10.667

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2024-06-03 03:39:17 -07:00
..
CMakeLists.txt
Kconfig
Kconfig.am1805
Kconfig.ds1307
Kconfig.emul
Kconfig.fake
Kconfig.mc146818
Kconfig.numaker
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico
Kconfig.sam
Kconfig.smartbond
Kconfig.stm32
rtc_am1805.c
rtc_ds1307.c
rtc_emul.c
rtc_fake.c
rtc_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
rtc_ll_stm32.c drivers: rtc: stm32 rtc driver disable alarm interrupt if not used 2024-05-24 09:56:29 -05:00
rtc_ll_stm32.h drivers: rtc_stm32: add support for alarms A & B 2024-05-13 09:45:17 +02:00
rtc_mc146818.c
rtc_numaker.c
rtc_pcf8523.c
rtc_pcf8563.c
rtc_rpi_pico.c
rtc_sam.c
rtc_shell.c drivers: rtc: rtc_shell: fix milliseconds display 2024-06-03 03:39:17 -07:00
rtc_smartbond.c drivers: rtc: smartbond: Update RTC driver 2024-05-17 14:46:11 -05:00
rtc_utils.c
rtc_utils.h