Products | Versions |
---|---|
TIBCO Adapter SDK | - |
Not Applicable | - |
Resolution:
Timestamp of C++ Trace calls the displayed time. It is adjusted according to the setting of the TZ environment variable, i.e. if you were running the application on a Windows NT, which does not have TZ set by default, the time displayed will be GMT rather than from your timezone. This is due to the fact that standard POSIX function used by SDK such as: time(), ctime()/ctime_r() etc. work/display/adjust to proper time zone by relying on the TZ environment variable and/or other systems of time zone setting.
To fix this, set the environment variable TZ to the appropriate value.