mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8196609: Improve javadoc for java.time.Instant.getEpochSecond
Reviewed-by: dfuchs
This commit is contained in:
parent
073cfe14a5
commit
3e53369eb8
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ public final class Instant
|
|||
* <p>
|
||||
* The epoch second count is a simple incrementing count of seconds where
|
||||
* second 0 is 1970-01-01T00:00:00Z.
|
||||
* The nanosecond part of the day is returned by {@link #getNano}.
|
||||
* The nanosecond part is returned by {@link #getNano}.
|
||||
*
|
||||
* @return the seconds from the epoch of 1970-01-01T00:00:00Z
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue