imLinguin / comet

Open Source implementation of GOG Galaxy Communication Service for SDK bundled with GOG games.
GNU General Public License v3.0
246 stars 10 forks source link

Achievements reported as being unlocked 3 hours earlier #29

Closed wins1ey closed 5 months ago

wins1ey commented 5 months ago

Describe the bug Each time I unlock an achievement in the Witcher 3: Wild Hunt, they show up in my activity on gog.com as being unlocked 3 earlier than they actually were. I have only had my game open for 30 minutes, so its not using the time I opened the game.

To Reproduce Steps to reproduce the behavior:

  1. Unlock an achievement in a game
  2. Go to https://www.gog.com/feed
  3. See time

Expected behavior It should correctly show how long ago I unlocked the achievement.

System (please complete the following information):

Additional context image

imLinguin commented 5 months ago

Comet reports the unlock time properly. It's the micro-service responsible for this particular feed that's wrong. You can compare it with the feed available in GOG Galaxy.

See https://github.com/imLinguin/comet/issues/21#issuecomment-2067338540

wins1ey commented 5 months ago

Ah okay, makes sense.