public static int uniqueValue() { int time = (int) (Jimm.getCurrentGmtTime() & 0x7FFF); return (time << 16) | (rand.nextInt() & 0xFFFF); }
/* Creates current date (local) */ public static long createCurrentLocalTime() { return gmtTimeToLocalTime(Jimm.getCurrentGmtTime()); }