Index: manager.c =================================================================== --- manager.c (revisión: 191210) +++ manager.c (copia de trabajo) @@ -2938,9 +2938,9 @@ } ast_localtime(&ast_startuptime, &tm, NULL); - ast_strftime(startuptime, sizeof(startuptime), "%H:%M:%S", &tm); + ast_strftime(startuptime, sizeof(startuptime), "%Y-%m-%d %H:%M:%S", &tm); ast_localtime(&ast_lastreloadtime, &tm, NULL); - ast_strftime(reloadtime, sizeof(reloadtime), "%H:%M:%S", &tm); + ast_strftime(reloadtime, sizeof(reloadtime), "%Y-%m-%d %H:%M:%S", &tm); astman_append(s, "Response: Success\r\n" "%s"