mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update general (#3756)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user