Issue with Date in java Is there anything wrong?

前端 未结 0 1456
北海茫月
北海茫月 2021-01-02 14:14

I am seeing different result dates coming. Is there an issue with Utils date?

Date now = new Date();
Calendar cal = new GregorianCalendar();
cal.setTime(now);         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题