Created On: 07 June 2012 Problem: Product Name: VisiBroker for C++ Product Version: 6.5 Product Component: Logging OS/Platform: Windows XP, x86 My client log is showing date/times for a different time-zone than the PC. What setting is required to use the PC’s current time-zone in the Visibroker client logs ? The client is a C++ app, using Visibroker for C++ 6.5 $ idl2cpp -version BES - VisiBroker Edition: VisiBroker for Java [06.05.00.C1.06] (OCT 27 2004 19:50:54) [XFEIDL] BES - VisiBroker Edition: VisiBroker for C++ [06.05.00.C1.06] (OCT 27 2004 19:51:00) [XBECPP] Java: Version 1.4.2_05 from Sun Microsystems Inc. OS: Windows XP version 5.1; CPU: x86 # CLIENT properties # vbroker.log.enable=true vbroker.log.default.appenders=rolling vbroker.log.default.appender.rolling.layout=full vbroker.log.default.appender.rolling.logDir=C:\Appl vbroker.log.default.appender.rolling.fileName= cusmod_client.log Resolution: VisiBroker uses ctime() function to convert current time into local time format. If you have set TZ environment variable, it may affects to result of ctime() so can you unset the variable: set TZ= This will not affect to system's timezone setting which can set from control panel. Incident #2556907 Old KB# 35998
↧