From 285a3ef8d4fa692902c0a6a9c85993996d707daa Mon Sep 17 00:00:00 2001 From: ekatek Date: Wed, 18 Jun 2014 22:10:24 -0700 Subject: [PATCH] use the actual date object to sync --- tools/package-client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/package-client.js b/tools/package-client.js index 0e0eb7e704..104f57f8e5 100644 --- a/tools/package-client.js +++ b/tools/package-client.js @@ -50,8 +50,7 @@ var openPackageServerConnection = function () { // from the beginning of time. exports.loadCachedServerData = function () { var noDataToken = { - // XXX have a better sync token for "all" - syncToken: {time: 'Sun, 01 Jan 2012 00:00:00 GMT'}, + syncToken: {time: new Date(0)}, collections: null };;