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

Date presentation is not consistent #174

Open
pahjbo opened this issue Jun 26, 2024 · 2 comments
Open

Date presentation is not consistent #174

pahjbo opened this issue Jun 26, 2024 · 2 comments
Labels
Blocked is blocked by other issues bug Something isn't working DataModel a redesign of the data model might be necessary
Milestone

Comments

@pahjbo
Copy link
Member

pahjbo commented Jun 26, 2024

dates are sometimes shown with timezones and other times not - in addition there is a lack of timezone consistency as there are hour differences presumably because in some areas the dates are being treated as BST and others not. To fully solve this there will need

@pahjbo pahjbo added bug Something isn't working Blocked is blocked by other issues DataModel a redesign of the data model might be necessary labels Jun 26, 2024
@pahjbo
Copy link
Member Author

pahjbo commented Aug 6, 2024

for the foreseeable future the API will not be changed (ivoa/vo-dml#49) so that the pre-Java 8 java.util.Date class (which does not have any timezone representation) - however all times should be assumed to be UTC (and the UI should say this) - so it means that there needs to be consistency in the frontend - see also #220

@pahjbo pahjbo added this to the ADASS 2024 milestone Sep 10, 2024
@Republicof1
Copy link
Contributor

this is a reported but seemingly not addressed issue in dayjs as used by mantine. The problem was first reported dec 2020 with the latest comment being last month saying that it remains unfixed

iamkun/dayjs#1260

I will continue to attempt to solve until the end of today. I'm looking for a work around that solves for UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked is blocked by other issues bug Something isn't working DataModel a redesign of the data model might be necessary
Projects
None yet
Development

No branches or pull requests

2 participants