From fb1eedd9c01d072b69c56a0770252eacfbb66084 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Tue, 10 Dec 2013 21:35:33 +0100 Subject: [PATCH] Test event dates in the future Set event dates in installation profile to 2014-01-xx. The main page event block won't be empty now. Change-Id: I7463553cafa95a4235bca24be7be3105e7fc1071 --- events.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/events.json b/events.json index dc52175..e95d9a6 100644 --- a/events.json +++ b/events.json @@ -2,14 +2,14 @@ "events": [ { "title": "Gartner Data Center Conference", - "date_from": "2013-12-09 09:00:00", - "date_to": "2013-12-12 18:00:00", + "date_from": "2014-01-09 09:00:00", + "date_to": "2014-01-12 18:00:00", "location": "US/Las Vegas, NV" }, { "title": "OpenStack in action 4", - "date_from": "2013-12-05 09:00:00", + "date_from": "2014-01-05 09:00:00", "location": "FR/Paris" } ] -} \ No newline at end of file +}