mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Dates fetched via fetchMarketDataBySymbol() were kept as UTC instants, so date-fns format() calls downstream (which read local time) rendered the previous calendar day for users in timezones behind UTC. Normalize to the local date matching the UTC calendar date at the fetch boundary. Closes #6177pull/7491/head
4 changed files with 50 additions and 2 deletions
Loading…
Reference in new issue