SlotClock::_milliseconds_since_genesis returns the multiple of _seconds_since_genesis instead of getting the actual milliseconds.
Fixing that breaks some tests and adds introduces some more boilerplate code, therefore #282 intentionally omitted fixing that. However, this still needs to be fixed in a follow up PR