Skip to content

Ensure Contract timestamps are rounded on seconds

Niels requested to merge review/32-bugfixes into main

Because we send this value to other Managers as a unix timestamp, which is rounded on seconds.

Otherwise you could end up with a local value of created at, not after or not before including milliseconds and when sending to another Manager it would be rounded on seconds.

Issue: #231 (closed)

Edited by Niels

Merge request reports