static long yearAndMonthToTimestamp(int year, int month, TimeZone tz) ctex { ret simpleDateFormat("y/M", tz).parse(year + "/" + month).getTime(); }