DJWoodZ / Satisfactory-Discord-Bot

A Discord bot that posts Satisfactory Dedicated Server status information such as online players.
MIT License
12 stars 2 forks source link

not showing messages on discord if data.timestamp < initTime. #1

Closed LucaPierino closed 1 year ago

LucaPierino commented 1 year ago

In case the BOT has a different timezone from satisfactory server it cant work properly.

DJWoodZ commented 1 year ago

Thank you for this @LucaPierino.

There was a small omission in the parse function which caused the log file to be parsed in the local timezone instead of UTC. I've updated the README with some information about this, but it should work now, no matter which time zones your hosts use.