static S formatDateWithSeconds(long time) { ret localDateWithSeconds(time); } static S formatDateWithSeconds() { ret localDateWithSeconds(); } static S formatDateWithSeconds(long time, TimeZone tz) { ret simpleDateFormat("yyyy/MM/dd HH:mm:ss", tz).format(time); }