I sometimes experience a similar issue with my linux laptop where time jumps to the year 2077 when waking up from sleep. My guess is that it is a hardware glitch as it doesn't happen often, but when it does it is quite impactful. One of the annoying consequences is that some parts of the system decide to clean up "old" data. Surely data that has been stale for 50 years can be deleted, right? I cannot imagine the impa…
Coincidence? $ TZ=UTC date --date=@$[$(date +%s)*2] Wed 31 Mar 15:33:50 UTC 2077
Perhaps something that is meant to add a delta to a timestamp accidentally adds 2 timestamps together.