diff --git a/resources/templates/provision/htek/uc903/{$mac}.cfg b/resources/templates/provision/htek/uc903/{$mac}.cfg
index 9b8863f3fa..2d6e3997ad 100644
--- a/resources/templates/provision/htek/uc903/{$mac}.cfg
+++ b/resources/templates/provision/htek/uc903/{$mac}.cfg
@@ -617,9 +617,11 @@
20
0
-
-
+
+
+
+
{$line_key_type_1}
0
{$line_key_value_1}
@@ -735,6 +737,7 @@
0
+
36
0
@@ -783,7 +786,13 @@
0
{$htek_time_zone}
0
- {if isset ($htek_dst) }0{else}1{/if}
+
+ {if isset($htek_dst) }
+ {$htek_dst}
+ {else}
+ 0
+ {/if}
+
0
1
1
@@ -794,7 +803,13 @@
0
23
{$htek_date_display_format}
- {if isset($htek_time_format) }0{else}1{/if}
+
+ {if isset($htek_time_format) }
+ {$htek_time_format}
+ {else}
+ 0
+ {/if}
+
0
0
0