UTC di Java

import java.time.Instant;

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