UdaraJay / Pile

Desktop app for digital journaling.
https://udara.io/pile
MIT License
1.71k stars 94 forks source link

Entries shown on wrong day #35

Closed ralfw closed 7 months ago

ralfw commented 7 months ago

I wrote 3 entries on Nov 27th, and more on Nov 28th. But Pile shows the dots for the entries on the next days:

image
UdaraJay commented 7 months ago

I had noticed dots shifting by a day at times as well. It had to do with how the entry timestamps were parsed for comparison to place dots along the timeline. It's been fixed by doing the comparison based on the date component only, in the local time zone. It should work as intended in the next release.