static S formatDateForGoogleAPI(long time, TimeZone tz) { ret simpleDateFormat("yyyy-MM-dd'T'HH:mm:ss", tz).format(time); }