import java.text.*; static S dateWithSecondsGMT(long time) { SimpleDateFormat format = simpleDateFormat_GMT("yyyy/MM/dd"); ret format.format(time) + " " + formatGMTWithSeconds_24(time); } static S dateWithSecondsGMT() { ret dateWithSecondsGMT(now()); }