Skip to content

Commit

Permalink
Update general (fusionpbx#3756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Len-PGH authored and markjcrane committed Nov 8, 2018
1 parent 7be2d05 commit 9b5472c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/templates/provision/aastra/include/general
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9b5472c

Please sign in to comment.