UTC in Java
import java.time.Instant;
Instant timestamp = Instant.now() // gives the UTC time
Black Wolf
import java.time.Instant;
Instant timestamp = Instant.now() // gives the UTC time