You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/01/31 12:57:37 UTC

[39/53] [abbrv] incubator-kylin git commit: help jason fix time zone issue

help jason fix time zone issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/6a9d6cf4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/6a9d6cf4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/6a9d6cf4

Branch: refs/heads/master
Commit: 6a9d6cf4c093215e91e5539a00e8beff556b1b54
Parents: 93269a9
Author: honma <ho...@ebay.com>
Authored: Fri Jan 23 11:07:37 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Jan 23 11:07:37 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/cubeSchema.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/6a9d6cf4/webapp/app/js/controllers/cubeSchema.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubeSchema.js b/webapp/app/js/controllers/cubeSchema.js
index 3d35121..dea1a34 100644
--- a/webapp/app/js/controllers/cubeSchema.js
+++ b/webapp/app/js/controllers/cubeSchema.js
@@ -61,10 +61,10 @@ KylinApp.controller('CubeSchemaCtrl', function ($scope, QueryService, UserServic
             initProject();
         }
         //convert from UTC to local timezone
-        if($scope.cubeMetaFrame.cube_partition_desc.partition_date_start)
-        {
-            $scope.cubeMetaFrame.cube_partition_desc.partition_date_start+=new Date().getTimezoneOffset()*60000;
-        }
+        //if($scope.cubeMetaFrame.cube_partition_desc.partition_date_start)
+        //{
+        //    $scope.cubeMetaFrame.cube_partition_desc.partition_date_start+=new Date().getTimezoneOffset()*60000;
+        //}
     });
 
     // ~ public methods