static long yearAndWeekToTimestamp(int year, int week, TimeZone tz) ctex { ret simpleDateFormat("y/w", tz).parse(year + "/" + week).getTime(); }