I\'m having trouble in converting a unix time into GMT.
I have the following code, but I would like to know how to vice versa it.
public static Str
long unixTime = unixTime;
java.util.Date GMTTime=new java.util.Date(unixTime);
System.out.println("GMTTime:: "+ GMTTime);