static long timestampFromYMDH(int y, int m, int d, int h) { ret new GregorianCalendar(y, m, d, h, 0).getTimeInMillis(); }