[asterisk-bugs] [JIRA] Created: (ASTERISK-20379) Wrong dutch date syntax in say.c: function say_date_with_format_nl
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Sep 6 17:23:07 CDT 2012
Wrong dutch date syntax in say.c: function say_date_with_format_nl
------------------------------------------------------------------
Key: ASTERISK-20379
URL: https://issues.asterisk.org/jira/browse/ASTERISK-20379
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