felixkmh / StartPage-for-Playnite

MIT License
37 stars 6 forks source link

use local timezone in the game activity chart #178

Closed mkatsevVR closed 1 year ago

mkatsevVR commented 1 year ago

by default it's using UTC so the day is computed wrong when close to midnight

felixkmh commented 1 year ago

Thanks. I guess the same goes for the Most Played view then. I'll have a look.

mkatsevVR commented 1 year ago

I don't think it's affected by this exact issue, but there is a chance that DateTime.Today should actually be DateTime.Now in https://github.com/felixkmh/StartPage-for-Playnite/blob/master/source/StartPage/ViewModels/GameActivity/MostPlayedViewModel.cs#L295