(init_context_from_config_file): change default log timestamp to

extended ISO 8601 format


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7850 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-02-04 17:10:26 +00:00
parent ef90611749
commit 20fe258909

View File

@@ -106,7 +106,7 @@ init_context_from_config_file(krb5_context context)
context->time_fmt = krb5_config_get_string(context, NULL, "libdefaults",
"time_format", NULL);
if(context->time_fmt == NULL)
context->time_fmt = "%d-%b-%Y %H:%M:%S";
context->time_fmt = "%Y-%m-%dT%H:%M:%S";
context->log_utc = krb5_config_get_bool(context, NULL, "libdefaults",
"log_utc", NULL);