Skip to content

Commit c17b77c

Browse files
authored
Merge branch 'develop' into objects_challenges
2 parents ab84481 + 52e1be7 commit c17b77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time/instant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main() {
1313
}
1414
```
1515

16-
But if you happen to know a number milliseconds after January 1, 1970 UTC[^epoch] you
16+
But if you happen to know the number of milliseconds since January 1, 1970 0:00 UTC[^epoch], you
1717
can get an `Instant` which represents that point in time with `Instant.ofEpochMilli`.
1818

1919
```java

0 commit comments

Comments
 (0)