You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found your com.devicehive.service.time.LocalTimestampService in devicehive-common-service has a problem in method :
public String getDateAsString() {
DATE_FORMAT.setTimeZone(new SimpleTimeZone(SimpleTimeZone.UTC_TIME, "UTC")); // (1)
return DATE_FORMAT.format(getDate());
}
so, this code (1) changes and hard coded the timezone of global const DATA_FORMAT !!!
how can i change the timezone of devicehive-java-server deployed by docker?
The text was updated successfully, but these errors were encountered: