[Home]

Summary:ASTERISK-20353: Wrong dutch date syntax in say.c: function say_date_with_format_nl
Reporter:Teun Ouwehand (teunis90)Labels:
Date Opened:2012-09-03 10:21:05Date Closed:2012-09-25 18:10:27
Priority:MinorRegression?
Status:Closed/CompleteComponents:General
Versions:SVN 1.8.11.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Debian Squeeze build, But also in the SVN trunk of today (3 September 2012)Attachments:
Description: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.



Comments: