Update 12-24 hour variable (#6404)
Checked on the Yealink cordless base and found a different variable for the time format.
This commit is contained in:
parent
ad3a4825a1
commit
9fc81c880c
|
|
@ -252,7 +252,7 @@ local_time.end_time = {$yealink_time_zone_end_time}
|
|||
local_time.offset_time = {$yealink_offset_time}
|
||||
|
||||
#Configure the time format; 0-12 Hour, 1-24 Hour (default);
|
||||
local_time.time_format = {$yealink_time_format}
|
||||
custom.handset.time_format = {$yealink_time_format}
|
||||
|
||||
#Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM;
|
||||
local_time.date_format = {$yealink_date_format}
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ local_time.end_time = {$yealink_time_zone_end_time}
|
|||
local_time.offset_time = {$yealink_offset_time}
|
||||
|
||||
#Configure the time format; 0-12 Hour, 1-24 Hour (default);
|
||||
local_time.time_format = {$yealink_time_format}
|
||||
custom.handset.time_format = {$yealink_time_format}
|
||||
|
||||
#Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM;
|
||||
local_time.date_format = {$yealink_date_format}
|
||||
|
|
|
|||
Loading…
Reference in New Issue