Merge "app_playback.c: Use the timezonename parameter"

changes/43/6043/1
George Joseph 8 years ago committed by Gerrit Code Review
commit 66b8c454d1

@ -322,7 +322,7 @@ static int say_date_generic(struct ast_channel *chan, time_t t,
if (format == NULL)
format = "";
ast_localtime(&when, &tm, NULL);
ast_localtime(&when, &tm, timezonename);
snprintf(buf, sizeof(buf), "%s:%s:%04d%02d%02d%02d%02d.%02d-%d-%3d",
prefix,
format,

Loading…
Cancel
Save