Hi all. I have noticed with the data column in GridView when it has a timestamp value, the column isn’t displaying the right date value.
For instance, I have 2 columns with timestamp values, one named started_time and another named expiry_time. The values stored in the database for each one is the following:
Taking as example the first one column, the date is 4 December 2023:
But in the GridView I’m seeing the date has 1 day less:
I have not set the time zone in the main config file but it doesn’t matter because the time doesn’t change even if I set the time zone to America/Bogota, anyway the server has such value in the php.ini config file so it isn’t important.
Why I’m getting such difference?