- LVAnswered
Hi, I get the same result, yesterday. And date creation register is 00:00 not -05:00, but in the tables is right
- MSAnswered
Hello,
I am sorry for late reply.
Are you saying that the date in data is correct but not displayed same on the app?
As I know you are using the date form on server (php) right. If yes that means the date the saved and format on server using the same timezone.
Are you using the latest version 1.4.8? If not, can you please perform update and test again.
Thank you
- MSAnswered
Hello,
I have updated the demo for monthly chart. Can you please check and before I release the update.
Thank you very much for helping 😃
- LVAnswered
In the attached image, you will find 3 updates:
1-The monthly chart error persists in the demo; I did a check today, and it shows yesterday.
2-The edit date of the check done today appears as yesterday.
3-Transactions are not inserted, or not displayed, with the -05:00 time; instead, they show 00:00
Attachments - MSAnswered
Hello,
- The check-in should be on 8th Sept
- I re-check date on edit forms
- Only date part is saved not time.
I will fixed the edit for and release update later.
Thank you
- LVAnswered
Hello, as you can see in the image, the entry is made today, September 10 at 09:34 (-05:00), and that’s how it is saved in the database. But when editing, it shows September 9, and in the monthly chart, it is displayed on September 9. Thank you for fixing i
Attachments - MSAnswered
Hello,
Can you please update to v1.4.9 and then test again.
Thank you
- LVAnswered
Thank you very much for the update, I see the date corrected in the edition and the monthly chart. However, I am sorry to continue bothering you, but I still have problems with the transaction view with the date… It’s strange, with UTC in app.php, as you send the version: Everything is created with the time being 5 hours ahead of Ecuador, in the database, in the query and in the email… I changed it in app.php to America/Guayaquil, and in the database it is correct, in the email it is correct, but in the query in the system it shows incorrectly… could you check? I appreciate it.
Attachments - MSAnswered
Hello,
You can try editing the
app/Casts/AppDate.php
and change the line 26 fromreturn now()->parse($value)->isoFormat($this->time ? 'lll' : 'll');
to
return now()->parse($value)->timezone(config('app.timezone'))->isoFormat($this->time ? 'lll' : 'll');
Thank you
- Login to Reply