From 43ae8e3503bc746f412e34e3fe6488e00def4ed0 Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Thu, 3 Aug 2017 00:31:49 +0200 Subject: [PATCH] CLOUDSTACK-9840: Fix datetime format of snapshots events (#2008) Include the timezone in datetime format of snapshot events, to be consistent with every other events. "eventDateTime" was added by @chipchilders in commit 14ee684ce3 and was updated the same day to add the timezone (commit bf967eb622f) except for Snapshots. --- .../src/com/cloud/storage/listener/SnapshotStateListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/storage/listener/SnapshotStateListener.java b/server/src/com/cloud/storage/listener/SnapshotStateListener.java index f4decf6f058..344f81ca15f 100644 --- a/server/src/com/cloud/storage/listener/SnapshotStateListener.java +++ b/server/src/com/cloud/storage/listener/SnapshotStateListener.java @@ -101,7 +101,7 @@ public class SnapshotStateListener implements StateListener