add timezone id to timestamp in settings

This commit is contained in:
Armin Schrenk
2024-04-23 16:12:59 +02:00
parent 4230afcbac
commit 9ae2f4e0f6

View File

@@ -87,7 +87,7 @@ class SettingsJson {
Date lastUpdateReminder = Date.from(Settings.DEFAULT_LAST_UPDATE_REMINDER);
@JsonProperty("lastSuccessfulUpdateCheck")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss z")
Date lastSuccessfulUpdateCheck = Date.from(Settings.DEFAULT_LAST_SUCCESSFUL_UPDATE_CHECK);
@JsonProperty("latestVersion")