There's an issue where timestamps get truncated: if precision in the feed is different to the precision in the database then RPDE will fail
Recommend using the highest level of precision possible and ensuring it matches the database.
Example of nanoseconds: 1620400023901660 (fits within max int in PHP: 9223372036854775807)
There's an issue where timestamps get truncated: if precision in the feed is different to the precision in the database then RPDE will fail
Recommend using the highest level of precision possible and ensuring it matches the database.
Example of nanoseconds:
1620400023901660(fits within max int in PHP:9223372036854775807)