The int() function applied to the timestamp when re-posting a record causes the timestamp to round down. We need to use the round() function instead, so that it's rounded to the nearest microsecond.
Other improvements are needed to that script, but I created this issue to track the bug.
The
int()
function applied to the timestamp when re-posting a record causes the timestamp to round down. We need to use theround()
function instead, so that it's rounded to the nearest microsecond. Other improvements are needed to that script, but I created this issue to track the bug.