tohuwabohu-io / librefit

OpenSource calorie tracker using kotlin, quarkus, postgresql, SvelteKit and OpenAPI 3
https://libre.fit/
GNU General Public License v3.0
2 stars 0 forks source link

wrong date for calorie tracker #143

Open tohuwabohu-io opened 5 days ago

tohuwabohu-io commented 5 days ago

Describe the bug When updating data from yesterday, the new entry has today's date instead.

To Reproduce Steps to reproduce the behavior:

  1. Go to Menu
  2. Open "Calorie Tracker"
  3. Open any accordion in the past
  4. Fill the calorie amount and click add
  5. No update occurred seemingly. Going back to the dashboard, a new entry for today has been created.

Expected behavior Entries should have the same date the accordion indicates.