summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
-rw-r--r--www/js/DevOptionsCtrl.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js
index 2fc9115b..984b59cc 100644
--- a/www/js/DevOptionsCtrl.js
+++ b/www/js/DevOptionsCtrl.js
@@ -60,6 +60,11 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope'
{
return NVRDataModel.isTzSupported();
};
+
+ $scope.getTimeZoneNow = function()
+ {
+ return NVRDataModel.getTimeZoneNow();
+ };
//------------------------------------------------------------------
// Perform the login action when the user submits the login form