aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapps/app_sayunixtime.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c
index cc2b28c18..05b08597f 100755
--- a/apps/app_sayunixtime.c
+++ b/apps/app_sayunixtime.c
@@ -67,7 +67,9 @@ static int sayunixtime_exec(struct ast_channel *chan, void *data)
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";