From bddedcfe5aad822c5e1479108555b60fc843fb7a Mon Sep 17 00:00:00 2001 From: Len Date: Wed, 7 Nov 2018 21:41:15 -0500 Subject: [PATCH] Update general (#3756) --- .../templates/provision/aastra/include/general | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/templates/provision/aastra/include/general b/resources/templates/provision/aastra/include/general index 85bb08186c..4a0b44e4c8 100644 --- a/resources/templates/provision/aastra/include/general +++ b/resources/templates/provision/aastra/include/general @@ -14,16 +14,16 @@ tone set: UK # Australia, Europe (generic tones), France, # === display date and time === #time format: 0 # 1 for 24 hr format #date format: 3 # 0 == WWW MMM DD, 1 == DD-MMM-YY, 2 == YYYY-MM-DD, see reference for others -#time zone name: GB-London # Check reference for list of named time zones on page A-27, or set offset below -#time zone code: GMT # Check reference for list of named time zones on page A-27, or set offset below +#time zone name: GB-London # Check reference for list of named time zones on page A-27, or set offset below +#time zone code: GMT # Check reference for list of named time zones on page A-27, or set offset below #time zone minutes: 300 # Offset in minutes from GMT, 300 = GMT-5 = Eastern Standard Time, -120 = GMT+2 = Eastern European Time -{if isset($aastra_time_format)}time format: ${aastra_time_format}{"\n"}{/if} -{if isset($aastra_date_format)}date format: ${aastra_date_format}{"\n"}{/if} -{if isset($aastra_gmt_offset)}time zone minutes: ${aastra_gmt_offset}{"\n"}{/if} +{if isset($aastra_time_format)}time format: {$aastra_time_format}{"\n"}{/if} +{if isset($aastra_date_format)}date format: {$aastra_date_format}{"\n"}{/if} +{if isset($aastra_gmt_offset)}time zone minutes: {$aastra_gmt_offset}{"\n"}{/if} dst config: 3 # Day Light Savings, 0 == off, 1 == 30 min summertime, 2 == 1 hr summertime, 3 (default) == automatic dst minutes: 60 # amount of time to offset the clock in minutes -dst start relative date: 1 # Specifies how to interpret the start day, month, and week parameters, 0 - absolute, 1 - relative -dst end relative date: 1 # Specifies how to interpret the end day, month, and week parameters, 0 - absolute, 1 - relative +dst start relative date: 1 # Specifies how to interpret the start day, month, and week parameters, 0 - absolute, 1 - relative +dst end relative date: 1 # Specifies how to interpret the end day, month, and week parameters, 0 - absolute, 1 - relative dst start month: {$daylight_savings_start_month} {if isset($daylight_savings_start_day)}dst start week: {math equation="( x / 7 ) + 1" x=$daylight_savings_start_day format="%d"}{"\n"}{/if} {if isset($daylight_savings_start_weekday)}dst start day: {math equation= "( x + 1 ) % 7" x=$daylight_savings_start_weekday}{"\n"}{/if}