英文語言環境下,new Date()時間錯誤

在英文環境下工作,系統語言設置爲英文,用最簡單的方式獲取系統時間錯誤 SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); System.out.println(sdf.format(new Date()));  猜測是JVM時區設置有問題 打印所有系統參數 Properties pro=System.getProper
相關文章
相關標籤/搜索