Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - transaction time Today, yesterday #128

Open
albertorizzi opened this issue Mar 31, 2024 · 5 comments
Open

BUG - transaction time Today, yesterday #128

albertorizzi opened this issue Mar 31, 2024 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@albertorizzi
Copy link
Contributor

Bug Description

As you can see in the attached screen, there are problems with days. The transaction of 31/03 is labeled with today, instead a transaction of 30/03 is labeled with yesterday.

How to Reproduce

Create a transaction

Expected Behavior

For the transaction of 30/03 yesterday for example

Operating System

iOS 17

Flow version (version+build number)

0.4.1+38

Screenshots

IMG_7369
IMG_7368
IMG_7367

Additional Context

No response

@sadespresso
Copy link
Collaborator

Hello @albertorizzi, thank you for the report :D :D

Is the transaction still 1 day off?

I can't reproduce, I'll try to reproduce when my clock is around 12AM 😆

@sadespresso sadespresso added the bug Something isn't working label Apr 1, 2024
@albertorizzi
Copy link
Contributor Author

Yes, it is 1 day off.

Also now image

@sadespresso
Copy link
Collaborator

I still can't reproduce.

I'm guessing it may have to do something with time zones. I'll check the code for any such possibilities.

@sadespresso sadespresso added the help wanted Extra attention is needed label Apr 1, 2024
@albertorizzi
Copy link
Contributor Author

Maybe it's a problem of time zone, now I create two transactions of test and they are visible like in the screen With Today replicated.image

@albertorizzi
Copy link
Contributor Author

I attach you the json created by the backup of these transactions

{
      "uuid": "c2d3de2f-cba6-48fc-a4dd-b3a4d92499b1",
      "createdDate": "2024-04-01T00:01:41.568",
      "transactionDate": "2024-03-31T05:30:00.000",
      "title": "Schiacciata Florian",
      "amount": -5.0,
      "currency": "EUR",
      "subtype": null,
      "extra": null,
      "categoryUuid": "61ef5e53-203f-4475-810e-0c937eeee762",
      "accountUuid": "0e31f1f6-aacd-42f9-adbe-99321b0a2953"
    },
    {
      "uuid": "6e151c34-5f58-4b2e-856f-0ac0236d2866",
      "createdDate": "2024-04-01T18:26:22.679",
      "transactionDate": "2024-04-01T18:26:10.223",
      "title": "test",
      "amount": -5.5,
      "currency": "EUR",
      "subtype": null,
      "extra": null,
      "categoryUuid": "859dd20a-242f-44ee-9120-091803dd43af",
      "accountUuid": "0e31f1f6-aacd-42f9-adbe-99321b0a2953"
    },
    {
      "uuid": "7b0c7208-d6a8-4525-9440-b72a328b1821",
      "createdDate": "2024-04-01T18:26:58.965",
      "transactionDate": "2024-04-01T18:26:44.175",
      "title": "test",
      "amount": -1.0,
      "currency": "EUR",
      "subtype": null,
      "extra": null,
      "categoryUuid": "859dd20a-242f-44ee-9120-091803dd43af",
      "accountUuid": "0e31f1f6-aacd-42f9-adbe-99321b0a2953"
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants