• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2379 (tree)
Time2022-09-22 13:53:59
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwBase/src/main/java/core/util/DateUtil.java (revision 2378)
+++ trunk/framework/fwBase/src/main/java/core/util/DateUtil.java (revision 2379)
@@ -351,7 +351,7 @@
351351 return "";
352352 }
353353 final var locale = (format.startsWith("G"))
354- ? new Locale("ja", "JP", "JP") : Locale.getDefault(Locale.Category.FORMAT);
354+ ? Locale.JAPAN : Locale.getDefault(Locale.Category.FORMAT);
355355 return new SimpleDateFormat(format, locale).format(date);
356356 }
357357