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.
2 parents ab84481 + 52e1be7 commit c17b77cCopy full SHA for c17b77c
src/time/instant.md
@@ -13,7 +13,7 @@ void main() {
13
}
14
```
15
16
-But if you happen to know a number milliseconds after January 1, 1970 UTC[^epoch] you
+But if you happen to know the number of milliseconds since January 1, 1970 0:00 UTC[^epoch], you
17
can get an `Instant` which represents that point in time with `Instant.ofEpochMilli`.
18
19
```java
0 commit comments