From d716de4a69ed90c85ed25509f091b53e2096f606 Mon Sep 17 00:00:00 2001 From: Jeff Bryner Date: Fri, 25 Jul 2014 10:52:42 -0700 Subject: [PATCH] date sanity to store in javascript/UTC but display in user/browser timezone --- meteor/app/client/incidentAdd.html | 16 ++- meteor/app/client/incidentEdit.html | 12 +- meteor/app/client/incidents.js | 178 ++++++++++++++-------------- meteor/app/client/mozdef.js | 39 +++++- meteor/app/lib/collections.js | 11 +- 5 files changed, 152 insertions(+), 104 deletions(-) diff --git a/meteor/app/client/incidentAdd.html b/meteor/app/client/incidentAdd.html index eb4494bb..becf8662 100644 --- a/meteor/app/client/incidentAdd.html +++ b/meteor/app/client/incidentAdd.html @@ -10,6 +10,12 @@ Jeff Bryner jbryner@mozilla.com