UTC in Java

205

UTC in Java -

import java.time.Instant;

Instant timestamp = Instant.now()	// gives the UTC time

Comments

Submit
0 Comments