I found a good command named
hwclock from BusyBox in TC CorePlus v.11.0
No needed any extension extra! it's pretty to run into the console.
link:
https://git.busybox.net/busybox/tree/util-linux/hwclock.cIf I write in console
hwclock -r
sat Mar 21 20:48:10 2020 0.000000 seconds
-r Show hardware clock time
-s Set system time from hardware clock
-w Set hardware clock from system time
--systz Set in-kernel timezone, correct system time
-u Assume hardware clock is kept in UTC
--localtime Assume hardware clock is kept in local time
-f FILE Use specified device (e.g. /dev/rtc2)
There are a lot of options and parameters to set within.