wavelog / WaveLogGate

WLGate, the CAT-Bridge for WSJT-* and FLRig to Wavelog
MIT License
11 stars 2 forks source link

UDP sends incorrect time #5

Open spREGR opened 1 month ago

spREGR commented 1 month ago

During the IOTA contest, I connected N1MM do WavelogGate via UDP. The logs posted on WaveLog side is incorrect time (few hours in the past)

HB9HIL commented 1 month ago

Hello @spREGR

Sorry for the delay. I have some more questions

I never saw this issue before and it's probably just a settings issue between these three endpoints.

spREGR commented 3 weeks ago

Sorry, I was travelling and couldn't conduct the tests If you try to reproduce the issue now, does it still persist? ==> Yes, current time is 22:30 UTC and Wavelog recorded 17:00 UTC via UDP Which timezone is set on your computer? UTC +5:30 Which timezone is set on N1MM? UTC Which timezone is set on Wavelog? UTC

HB9HIL commented 3 weeks ago

Okay I was able to reproduce this issue.

N1MM does export a QSO not as ADIF but as XML

Therefore it does not have the ADIF specific tags date_on or time_on but a timestamp tag which does not correctly get parsed in WLgate

image

I will take a look with @int2001 about this. In the meantime you can workaround this by setting the timezone of your computer to UTC aswell.