close
@SuppressWarnings("static-access") =>加上此註解 可以忽略警告
Timestamp .toLocalDateTime() //轉換成LocalDateTime
.now(ZoneId.of("GMT+08:00"))//設定時區
.format(java.time.format.DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"))//轉換格式
全站熱搜