Index: app_sayunixtime.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_sayunixtime.c,v retrieving revision 1.7 diff -u -r1.7 app_sayunixtime.c --- app_sayunixtime.c 13 Nov 2004 16:13:07 -0000 1.7 +++ app_sayunixtime.c 17 Mar 2005 10:27:26 -0000 @@ -67,7 +67,9 @@ gettimeofday(&tv,NULL); unixtime = (time_t)tv.tv_sec; - if( !strcasecmp(chan->language, "de" ) ) { + if( !strcasecmp(chan->language, "da" ) ) { + format = "A dBY HMS"; + } else if ( !strcasecmp(chan->language, "de" ) ) { format = "A dBY HMS"; } else { format = "ABdY 'digits/at' IMp";