greader: crawlTimeMsec
is sent at microsecond precision, instead of conventional millisecond precision
#2669
Labels
bug
Bug Report
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 thecontentItem
schema at microsecond precision instead of millisecond precision.This seems problematic for two reasons:
crawlTimeMsec
andtimestampUsec
at different precisions. FeedHQ, though defunct, also used milliseconds.Miniflux should consider replicating the FreshRSS functionality so clients do not have to tailor fixes for Miniflux specifically.
The text was updated successfully, but these errors were encountered: