[asterisk-bugs] [JIRA] Closed: (ASTERISK-20353) Wrong dutch date syntax in say.c: function say_date_with_format_nl

Digium Subversion (JIRA) noreply at issues.asterisk.org
Tue Sep 25 18:11:27 CDT 2012


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

Digium Subversion closed ASTERISK-20353.
----------------------------------------

    Resolution: Fixed

> Wrong dutch date syntax in say.c: function say_date_with_format_nl
> ------------------------------------------------------------------
>
>                 Key: ASTERISK-20353
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20353
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: SVN, 1.8.11.1
>         Environment: Debian Squeeze build, But also in the SVN trunk of today (3 September  2012)
>            Reporter: Teun Ouwehand
>            Severity: Minor
>
> Found a Issue in say.c: function say_date_with_format_nl
> The dutch format is wrong in case 'q' and 'Q':
> res = ast_say_date_with_format_nl(chan, t, ints, lang, "ABdY", tzone);
> ->
> res = ast_say_date_with_format_nl(chan, t, ints, lang, "AdBY", tzone);
> It's 15 August and not August 15.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list