How to setting the time?

I’m installed qualcomm linux 1.1 version, and want to set the KST time.
I’m currently working on a CCTV project and would like to configure the system to use Korea Standard Time (KST).
I have successfully connected the Rubic Pi 3 to Wi-Fi, and I’m wondering if there is a way to automatically set the time by downloading the correct time settings via the internet.

Although I tried setting the time manually using the date command, the system clock gradually drifts, and after rebooting, the time resets back to the 1970s.

Has anyone encountered and resolved this issue?

Try sudo servicectl restart chronyd.

Although mine was set automatically after I rebooted the first time. :+1:

한국말로 할께요. WiFi로 연결하셨다면 ping google.com 에 연결 되는지 확인해 보세요. 저도 똑같이 WiFi로 루빅파이 3에 물렸는데 시간은 잘 잡네요. NTP 서버가 구글이라, 핑이 된다면 자동으로 시간을 잡을거에요.

ps aux | grep -E ‘ntpd|timesyncd|chronyd’
timedatectl show-timesync --all

이 명령어로 확인해 보면 chronyd가 동작 중 일거에요. 두번째 명령어가 어느 NTP 서버를 쓸거냐인데, 그냥 구글1,2,3… 이렇게 나올거에요. RTC 모듈을 넣지 않았을 거라고 보기에, 시간을 이더넷으로 동기화 하셔야 할거에요.

껏다 켜면 시간이 1970년으로 간다고 하시는게 결국 RTC를 연결 하던가, 아니면 NTP 서버에 TCP로 연결이 되어야 해결 되실거에요…