mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-04 05:25:28 +02:00
removed call to Locale#setDefault within LocaleLoader#initialize; added static locale-parameter to all instances of a Formatter (#5141)
This commit is contained in:
@@ -107,7 +107,7 @@ public class CleanBackupsTask extends CancellableRunnable {
|
||||
}
|
||||
|
||||
private Date getDate(String fileName) {
|
||||
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH-mm-ss");
|
||||
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH-mm-ss", Locale.US);
|
||||
Date date;
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user