Searched refs:convertAlldayLocalToUTC (Results 1 – 2 of 2) sorted by relevance
314 start = Utils.convertAlldayLocalToUTC(recycle, start, tz);315 end = Utils.convertAlldayLocalToUTC(recycle, end, tz);
703 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) { in convertAlldayLocalToUTC() method in Utils