Skip to content
Snippets Groups Projects
Commit f71d042a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Changed timezone to UTC

parent 838a7c66
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class WeatherObservation implements Comparable{
}
public void setTimeMeasured(Date timeMeasured) { this.timeMeasured = timeMeasured; }
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern="yyyy-MM-dd'T'HH:mm:ssZ", timezone="CET")
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern="yyyy-MM-dd'T'HH:mm:ssZ", timezone="UTC")
public Date getTimeMeasured() { return this.timeMeasured; }
public void setElementMeasurementTypeId(String elementMeasurementTypeId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment