static S localDate(long time) { ret simpleDateFormat_local("yyyy/MM/dd").format(time); } static S localDate() { ret localDate(now()); }