Hi,
Im using qcom time as default in WP7502. I can sync system time with “date”:
Testing connection … ok
root@swi-mdm9x15:~# date
Sat Nov 9 08:37:06 UTC 2019
But how can i update timezone in my code? I tried at-commands:
+CREG: 0,1
OK
at+cclk?
+cclk: “19/11/09,08:33:33+08”
OK
at+ctzu?
+CTZU: 1
OK
But no success, timezone is still wrong. How to change timezone from my code?
Thanks for any help.
So my question is how can I change Legato system time zone by my code. If the modem goes to another country, time zone should be updeated automatically. Like my mobile phone does when I travel to different countries. Any instructions please?