Skip to content

Commit 088765e

Browse files
author
David Scott
committed
SMAPIv2 expects valid dates
We conventionally use Jan 1 1970 to mean "it never happened" Signed-off-by: David Scott <dave.scott@eu.citrix.com>
1 parent fb812c8 commit 088765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let vdi_of_volume x =
102102
ty = "";
103103
metadata_of_pool = "";
104104
is_a_snapshot = false;
105-
snapshot_time = "";
105+
snapshot_time = "19700101T00:00:00Z";
106106
snapshot_of = "";
107107
read_only = not x.Storage.V.Types.read_write;
108108
virtual_size = x.Storage.V.Types.virtual_size;

0 commit comments

Comments
 (0)