Replies: 1 comment 2 replies
-
Which OS are you using ? I assume this is dependent on the time zone settings on your machine. My logs have timestamps in CEST for example. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure the logging for the quickfixj and I notice that the timestamp in logs is in UTC, how can I make this in local time?
I already have TimeZone set in the settings but still logging with UTC timestamps. Did i missed a setting for File logging?
Settings:
TimeZone=Asia/Singapore
StartTime=00:00:00
EndTime=23:59:59
FileIncludeMilliseconds=Y
FileIncludeTimeStampForMessages=Y
Example logs:
20240701-06:33:12.705: 8=FIX.4.4�...
20240701-06:33:18.465: 8=FIX.4.4�...
20240701-06:33:22.693: 8=FIX.4.4� ...
Expected timing is 20240701 14:33 ..
please help.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions