java_instant

Java Instant

Java Instant is a class in Java's java.time package that represents a specific moment on the time-line, with nanosecond precision. It is typically used for recording timestamps in a machine-readable format. Introduced in Java 2014 with Java 8, Instant is part of the new Java Date and Time API, which replaces the older Java Date and Java Calendar classes, offering a more precise and immutable approach to date and time handling.

https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html

java_instant.txt · Last modified: 2025/02/01 06:48 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki