591592593594595596597598599600601
zoneCache.put(id, z); }catch(Exception ex){ return null; } } return (TimeZone)z.clone(); } public static TimeZone getGMT(){ TimeZone z = new SimpleTimeZone(0, kGMT_ID); z.setID(kGMT_ID);
514515516517518519520521522523524
SYSTEM_ZONE_CACHE.put(id, z); }catch(Exception ex){ return null; } } return (TimeZone)z.clone(); } public static TimeZone getGMT(){ TimeZone z = new SimpleTimeZone(0, kGMT_ID); z.setID(kGMT_ID);
589590591592593594595596597598599
516517518519520521522523524525526