miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.44k stars 702 forks source link

greader: `crawlTimeMsec` is sent at microsecond precision, instead of conventional millisecond precision #2669

Closed mbestavros closed 1 month ago

mbestavros commented 1 month ago

I'm contributing to the Read You Android app, and we've run into a strange bug that appears to be Miniflux-related. The full writeup is here, but the gist is that Miniflux sends the crawlTimeMsec value provided as part of the contentItem schema at microsecond precision instead of millisecond precision.

This seems problematic for two reasons:

Miniflux should consider replicating the FreshRSS functionality so clients do not have to tailor fixes for Miniflux specifically.