Java Utililty Methods Timestamp to GMT Convert

List of utility methods to do Timestamp to GMT Convert

Description

The list of methods to do Timestamp to GMT Convert are organized into topic(s).

Method

StringtoGMT(final long ts)
to GMT
return toGMT(new Timestamp(ts));