Tony CHEMIT pushed to branch develop-5.x at ultreiaio / ird-observe
Commits:
-
67116021
by Tony CHEMIT at 2017-06-13T19:00:31+02:00
1 changed file:
Changes:
| ... | ... | @@ -69,7 +69,7 @@ public class DateAdapter implements JsonSerializer<Date>, JsonDeserializer<Date> |
| 69 | 69 |
|
| 70 | 70 |
public DateAdapter() {
|
| 71 | 71 |
this.iso8601Format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");
|
| 72 |
- this.iso8601Format.setTimeZone(TimeZone.getTimeZone("UTC"));
|
|
| 72 |
+// this.iso8601Format.setTimeZone(TimeZone.getTimeZone("UTC"));
|
|
| 73 | 73 |
}
|
| 74 | 74 |
|
| 75 | 75 |
// These methods need to be synchronized since JDK DateFormat classes are not thread-safe
|