You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Attribute Table is currently working in UTC by default, therefore all date types values in MapStore are converted there in that time zone. The reason of this is that GML specifications expects temporal values expressed in UTC.
The current logic leads to scenarios were the time sent by the server is not the one MS displays in the Attribute Table (e.g. if server side date-time values are represented on a different time zone).
For this reason, MS should be enhanced to prevent this conversion and represent data in the expected time zone to final users.
How to reproduce
Use the above map to see how date-time attributes are displayed considering the time zone on the server side is TZ=Europe/Madrid
Expected Result
Date/Time attributes should be displayed in the same time zone of the server. The client should not make any conversion and is should display date/time values as they are sent by the server.
Current Result
The Attribute Table is currently working in UTC by default and date/time values are converted on that time zone.
MV88
changed the title
Problem in FeatureEditor displaying wrong datetime on fields
The Attribute Table is currently working in UTC by default, we want to customize this behaviour
Jan 21, 2025
Description
The Attribute Table is currently working in UTC by default, therefore all date types values in MapStore are converted there in that time zone. The reason of this is that GML specifications expects temporal values expressed in UTC.
The current logic leads to scenarios were the time sent by the server is not the one MS displays in the Attribute Table (e.g. if server side date-time values are represented on a different time zone).
For this reason, MS should be enhanced to prevent this conversion and represent data in the expected time zone to final users.
How to reproduce
Expected Result
Date/Time attributes should be displayed in the same time zone of the server. The client should not make any conversion and is should display date/time values as they are sent by the server.
Current Result
The Attribute Table is currently working in UTC by default and date/time values are converted on that time zone.
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: