bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37974: eww produces "error in process filter: Specified time is not


From: Paul Eggert
Subject: bug#37974: eww produces "error in process filter: Specified time is not representable"
Date: Fri, 1 Nov 2019 01:05:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

But this resolves the 32-bit issue only, correct?

Lars's patch should fix the eww problem on both 32- and 64-bit platforms.

(format-time-string "%a %b %d %H:%M:%S %Y GMT" 67768036191676800 t)

still chokes with the "Specified time is not representable" error.

That's due to operating system limits, and is not eww's fault per se. Typical operating systems are limited to timestamps that fit into 64-bit signed integers, or into 32-bit unsigned or signed integers.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]