[asterisk-bugs] [JIRA] (ASTERISK-17564) [patch] Timezone variables are corrupted.

Joshua Colp (JIRA) noreply at issues.asterisk.org
Tue Dec 19 07:03:08 CST 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-17564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua Colp updated ASTERISK-17564:
-----------------------------------

    Affects Version/s: 13.18.4

> [patch] Timezone variables are corrupted.
> -----------------------------------------
>
>                 Key: ASTERISK-17564
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-17564
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Resources/res_phoneprov
>    Affects Versions: 1.8.3, 13.18.4
>            Reporter: Andrew Latham
>            Severity: Minor
>         Attachments: 20110402__issue18980__162.diff.txt, info.html
>
>
> During the time change, which in Chile where the government changes the start and end every year we noticed this issue.  Some newer PBXes with res_phoneprov are reporting incorrect time settings.  The TIMEZONE var is not working at all.
> ****** ADDITIONAL INFORMATION ******
> example html code:
> <ul>
>  <li>Time Zone: ${TIMEZONE}</li>
>  <li>Time Zone Offset: ${TZOFFSET}</li>
>  <li>DST Enabled: ${DST_ENABLE}</li>
>  <li>DST Start (M-D-H): ${DST_START_MONTH} - ${DST_START_MDAY} - ${DST_START_HOUR}</li>
>  <li>DST End (M-D-H): ${DST_END_MONTH} - ${DST_END_MDAY} - ${DST_END_HOUR}</li>
> </ul>
> and the output
> Time Zone: 5060
> Time Zone Offset: -10800
> DST Enabled: -10800
> DST Start (M-D-H): -10800 - -10800 - -10800
> DST End (M-D-H): -10800 - -10800 - -10800



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list