diff --git a/time/timeswitch/package.json b/time/timeswitch/package.json
index acaf2bf0..9b699382 100644
--- a/time/timeswitch/package.json
+++ b/time/timeswitch/package.json
@@ -3,6 +3,7 @@
"version" : "0.0.8",
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
"dependencies" : {
+ "moment-timezone": "^0.5.33",
"suncalc": "^1.8.0"
},
"repository" : {
diff --git a/time/timeswitch/timeswitch.html b/time/timeswitch/timeswitch.html
index 910cca6a..7689f5bf 100644
--- a/time/timeswitch/timeswitch.html
+++ b/time/timeswitch/timeswitch.html
@@ -214,6 +214,605 @@
+
+
+
+
+
@@ -280,6 +879,15 @@