// month = 1 to 12 static long timestampFromYMDH(int y, int m, int d, int h) { ret new GregorianCalendar(y, m-1, d, h, 0).getTimeInMillis(); }