]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4765 --resolve v1.3.0
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Oct 2012 17:55:50 +0000 (12:55 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Oct 2012 17:55:50 +0000 (12:55 -0500)
src/mod/applications/mod_commands/mod_commands.c

index 5e96474fd316520fef931ac17b35346c3a74f715..eb9db51e252f6bb7c623dd8f71ec651d9099f86b 100644 (file)
@@ -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. */