add yealink DST var

This commit is contained in:
chansizzle 2021-03-18 12:48:32 -06:00 committed by GitHub
parent 48cffe41da
commit 8ca42265d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ local_time.interval =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
local_time.dst_time_type = {$yealink_dst_type}
#Configure the start time of DST. The default value is 1/1/0.
#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20.