Java Utililty Methods Timestamp to GMT Convert
List of utility methods to do Timestamp to GMT Convert
HOME
Java
T
Timestamp to GMT Convert
Description
The list of methods to do Timestamp to GMT Convert are organized into topic(s).
Method
String
toGMT(final long ts)
to GMT
return
toGMT(
new
Timestamp
(ts));