We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351a30b commit 74b1a03Copy full SHA for 74b1a03
Common/Time/ClockInterface.php
@@ -9,6 +9,7 @@ interface ClockInterface
9
public const NANOS_PER_SECOND = 1_000_000_000;
10
public const NANOS_PER_MILLISECOND = 1_000_000;
11
public const NANOS_PER_MICROSECOND = 1_000;
12
+ public const MILLIS_PER_SECOND = 1_000;
13
14
/**
15
* Returns the current epoch wall-clock timestamp in nanoseconds
0 commit comments