[Ttssh2-commit] [6778] デバッグログの日時形式を RFC3389 形式に変更。 [Ttssh2-devel 3298]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 6月 6日 (火) 17:39:04 JST


Revision: 6778
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6778
Author:   doda
Date:     2017-06-06 17:39:03 +0900 (Tue, 06 Jun 2017)
Log Message:
-----------
デバッグログの日時形式を RFC3389 形式に変更。 [Ttssh2-devel 3298]

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.c	2017-06-05 14:07:29 UTC (rev 6777)
+++ trunk/ttssh2/ttxssh/ttxssh.c	2017-06-06 08:39:03 UTC (rev 6778)
@@ -931,7 +931,7 @@
 		             _S_IREAD | _S_IWRITE);
 
 		if (file >= 0) {
-			char *strtime = mctimelocal("%Y-%m-%dT%H:%M:%S,%NZ", TRUE);
+			char *strtime = mctimelocal("%Y-%m-%d %H:%M:%S.%NZ", TRUE);
 			DWORD processid;
 			char tmp[26];
 



Ttssh2-commit メーリングリストの案内
Back to archive index