Here you can find the source of toGMTDate(Date localDate)
public final static Date toGMTDate(Date localDate)
//package com.java2s; import java.util.Date; public class Main { public final static Date toGMTDate(Date localDate) { return new Date(); }//from w ww.java 2 s . co m }