We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f389d commit df85bd8Copy full SHA for df85bd8
sqldev/src/main/java/org/utplsql/sqldev/ui/runner/SmartTime.java
@@ -16,7 +16,6 @@
16
package org.utplsql.sqldev.ui.runner;
17
18
import java.text.DecimalFormat;
19
-import java.util.Locale;
20
21
public class SmartTime {
22
private Double seconds;
@@ -46,7 +45,6 @@ public Double getSeconds() {
46
45
47
@Override
48
public String toString() {
49
- Locale.setDefault(new Locale("en", "US"));
50
String ret;
51
if (seconds == null) {
52
ret = null;
0 commit comments