Java Tutorials
Instant represents Point of Time in time-line, This is machine specific class. This class might be using system hardware clock to get date and time.
now()
method returns system's date and time.
Instant ins = Instant.now();
System.out.println(ins);
2023-01-24T17:21:08.685682Z
ADS