On Thu, Apr 15, 2021 at 09:12:50PM +0200, Achim Gratz wrote: > Stefan Monnier writes: > > NTP represents time stamps by counting seconds from January 1 1900, but > > my Emacs doesn't seem to be able to represent this: > > > > (encode-time (parse-time-string "1902-01-01T00:00-00:00")) > > => (-32745 59520) > > (encode-time (parse-time-string "1900-01-01T00:00-00:00")) > > => (error "Specified time is not representable") > > > > Do we have some "standard" workaround? > > Get off your 32bit system already? The maintainer's perspective isn't like that. Fortunately. Cheers - t