summaryrefslogtreecommitdiffstats
path: root/config/templates/ciscoata-template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/templates/ciscoata-template.lua')
-rw-r--r--config/templates/ciscoata-template.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/templates/ciscoata-template.lua b/config/templates/ciscoata-template.lua
index dae131c..323185d 100644
--- a/config/templates/ciscoata-template.lua
+++ b/config/templates/ciscoata-template.lua
@@ -123,14 +123,14 @@ if tz then
-- ["+05.5"] = {0}, -- Bombay, Calcutta, Madras, New Delhi "+05.5 1 0" 0
["+06"] = {7}, -- Bangladesh, Russia "+06 1 7" 0
["+07"] = {7}, -- Thailand, Russia "+07 1 7" 0
- ["+08"] = {4, 7, 0, 0}, -- Australia Western "+08 1 4" 0
+ ["+08"] = {4, 7, 0, 0}, -- Australia Western "+08 1 4" 0
-- Russia "+08 2 7" ?
-- China, Hong Kong "+08 3 0" 0
-- Singapore, Taiwan "+08 4 0" 0
["+09"] = {0}, -- Japan, Korea "+09 1 0" 0
-- ["+09.5"] = {10}, -- South Australia "+09.5 1 10" CST-9:30CST,M10.1.0,M4.1.0/3
["+10"] = {7, 4}, -- Guam, Russia "+10 1 7" 0
- -- Australia "+10 2 4"
+ -- Australia "+10 2 4"
["+11"] = {0}, -- Soloman Islands "+11 1 0" 0
["+12"] = {0, 4, 0}, -- Fiji "+12 1 0" ?
-- New Zealand "+12 2 4" NZST-12NZDT,M9.5.0,M4.1.0/3
@@ -173,7 +173,7 @@ if tz then
else
-- Just don't set it
end
-
+
if tz.dst then
xml_elem("Auto_Adjust_Clock", true, "na")
else