Mascarada / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

EPGP use server time for log entries #720

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have 2 officers handling EPGP in a different time zone. In our case, one of 
them was in GMT+1, other in GMT+3, so 2 hour difference.
2. Have the one that lives on west give points for something.
3. Then within the time zone difference (so the local time at him/her is 
actually earlier than the previous log entry), have the east one give points as 
well.
3. Check timestamps in the log.

What is the expected output? What do you see instead?
I's expect to have consistent ordering, but as log entries are added with a 
time stamp from local time, will see stuff in the logs like (the order is 
newest on top):

18:43: (loot from 1st boss) to Raider X
18:42: (loot from 1st boss) to Guild bank
19:32: +100 EP (raid start) to Raider Y
19:32: +100 EP (raid start) to Raider Z
(etc.)

What version of the product are you using?
5.7.1

What locale is your client?
en

Elegant solution is to the problem to use server time in the log entries.

Original issue reported on code.google.com by lrdxgm on 20 Feb 2012 at 10:27

GoogleCodeExporter commented 8 years ago
This also messes up uploaded snapshots, I managed to upload yesterday's 
snapshot at 18:55, and the 18:4x entries got added to that last snapshot when 
tried to upload today's.

Original comment by lrdxgm on 20 Feb 2012 at 10:32