NickReinlein / GilGoblin

For the game Final Fantasy XIV, this app calculates the most profitable items to craft based on market prices, vendor prices and crafting component costs. It also provides a front-end to display the results
MIT License
21 stars 0 forks source link

Bug/fix age timestamps returned from best crafts #54

Closed NickReinlein closed 7 months ago

NickReinlein commented 7 months ago

Fixed bug where age/timestamps were always shown originating from year 0. An error in the timestamp conversion in the constructor of CraftSummary poco caused the wrong time to be returned. The front-end had no errors.

image