diff options
Diffstat (limited to 'source/common.c')
-rw-r--r-- | source/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/common.c b/source/common.c index 6ee5ab0..fd1718e 100644 --- a/source/common.c +++ b/source/common.c @@ -1400,8 +1400,8 @@ void Qcommon_Init( char *commandLine ) { cl_paused = Cvar_Get( "cl_paused", "0", CVAR_ROM ); com_timedemo = Cvar_Get( "timedemo", "0", CVAR_CHEAT ); com_sleep = Cvar_Get( "com_sleep", "1", 0 ); - com_date_format = Cvar_Get( "com_date_format", "%F", 0 ); - com_time_format = Cvar_Get( "com_time_format", "%T", 0 ); + com_date_format = Cvar_Get( "com_date_format", "%Y-%m-%d", 0 ); + com_time_format = Cvar_Get( "com_time_format", "%H:%M:%S", 0 ); com_debug_break = Cvar_Get( "com_debug_break", "0", 0 ); Cvar_Get( "version", version, CVAR_SERVERINFO|CVAR_ROM ); |