Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Snowflake.timeMark passing unadjusted milliseconds since Discord …
…Epoch to SnowflakeMark's constructor by using same math as Snowflake.timeStamp. Example where this comes up: Snowflake(Clock.System.now()).timeMark.elapsedNow() should return a very short duration, but did not before.
- Loading branch information