From: Anthony Minessale Date: Thu, 25 Oct 2012 17:55:50 +0000 (-0500) Subject: FS-4765 --resolve X-Git-Tag: v1.3.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c0d3564c4ef1ec6595c1e2ce986d97f8792153;p=thirdparty%2Ffreeswitch.git FS-4765 --resolve --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 5e96474fd3..eb9db51e25 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -5415,7 +5415,7 @@ SWITCH_STANDARD_API(strftime_tz_api_function) } if (zstr(format)) { - format = "%Y-%m-%d"; + format = "%Y-%m-%d %T"; } if (format && switch_strftime_tz(tz_name, format, date, sizeof(date), when * 1000000) == SWITCH_STATUS_SUCCESS) { /* The lookup of the zone may fail. */