package org.jogamp.jabot.util; import java.util.Calendar; import java.util.TimeZone; public class TimeTool { public static String UTC_TZ = "UTC"; public static String[] ZERO_TZs = { UTC_TZ, "GMT", "GMT0", "Zulu" }; /** Returns closest to Zulu/UTC TimeZone w/ shortest ID */ public static TimeZone getNearZuluTimeZone() { TimeZone tz = null; // Get preferred .. for(int i=0; null == tz && i 0 ) { int min_len = Integer.MAX_VALUE; int min_idx = -1; for(int i=0; i