At boot I write into DS3231 date from GPS receiver (starting at 1 Jan 2000), but when accessing to Raspberry through ssh I can see system time and RTC time are updated to 2019.
Disabling internet access on router I can correctly find RTC date at 1 Jan 2000.
I removed hwclock and ntp (sudo apt-get remove ntp, sudo apt-get remove fake-hwclock) and renamed ntp.conf to _ntp.conf.
I still find updated time when internet connection available.
How can I do to disable updating system time?[email protected]:~ $ uname -a
Linux raspberrypi 4.14.34+ #1110 Mon Apr 16 14:51:42 BST 2018 armv6l GNU/Linux
[email protected]:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch
[email protected]:~ $
Thanks.