View Single Post
Posts: 46 | Thanked: 160 times | Joined on Jun 2010 @ Germany, Berlin
#19
Hi proprog, thats good news, thanks for your update!

Back in March, when we had this year spring clock changing, I already realized that my line of code was not working correctly.
This one is better:
Code:
clientSocket.send(LiveViewMessages.EncodeGetTimeResponse(int(time.mktime(time.localtime()) - (time.altzone * time.localtime().tm_isdst) ), is24HourClock))
Cheers,
Ulle
 

The Following User Says Thank You to Ulle For This Useful Post: