First time reporting a bug? Refer to our Start Here post.
I have my table in Glide and a column called “FechaAprobacion” of type Date, from another process using the CallApi I fill this column, but the problem is that when displaying the information it is shown incorrectly, for example I register the date 08/05/204 10:36, but in the table visually it is shown as 5/8/2024 05:36, but when I double click on the record the date is displayed correctly, you have to edit the field directly in the table to fix it. What could be causing this problem?
This is the structure of the field
This is the API that is responsible for updating the value
Here we can notice how the date says 5/8/2024 which is incorrect
Here we can see that when the field is edited it shows the correct value 8/5/2024
Team ID:
- In the Glide dashoard URL, e.g.
https://go.glideapps.com/o/your-team-id-here/
App ID:
- In the Glide builder URL, e.g.
https://go.glideapps.com/app/your-app-id-here/layout
Description
- Tell us what’s happening.
How to replicate
- List the steps, in detail, for recreating the issue.