Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pistolero (p@fsebugoutzone.org)'s status on Wednesday, 29-Oct-2025 20:29:32 JST
pistolero@rose Oh, shit, yeah, I've seen that one; it's a bug that happened in bloat a couple of times. Basically, Go's time parser gets upset at a blank value and the JSON parser doesn't cope and just throws an error instead of sending back January 1, 1970 or something.
The fix was terrible: https://git.freespeechextremist.com/gitweb/?p=bloat;a=commitdiff;h=3c221cd3746820fada38e8cc03e45184ebcecabd
r's upstream fix was something similar; I forget what he did, though. So I will probably end up (or if you feel like doing it) doing something similar.