网站首页
编程语言
数据库
系统相关
其他分享
编程问答
MyDateUtil
2024-05-14
ZonedDateTime 转为 java.util.Date
publicstaticvoidmain(String[]args){//1、使用ZoneId定义美国时区ZoneIdzoneId=ZoneId.of("America/New_York");//2、获取当前时间ZonedDateTimenow=ZonedDateTime.now();//3、将当前时间转换为美国时间Z