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