-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
Area: ListviewIssues & PRs related to all things regarding the ListviewIssues & PRs related to all things regarding the ListviewPriority:ImportantIssues & PRs that are important; broken functions; errors; there are workaroundsIssues & PRs that are important; broken functions; errors; there are workaroundsSeverity: ModerateMinor ImpactMinor ImpactType: BugSomething isn't workingSomething isn't working
Description
Issue
In listview, sometimes, datetime fields set corrected timezone but do not handle daylight saving time
Like in #263, but is not a regression, it just happens sometimes
Possible Fix
UserTimeZone function in datetime-formatter.service.ts uses current time "now() function" to calculate GMT offset. It must uses datetime from field/db instead
Steps to Reproduce the Issue
1 - https://suite8demo.suiteondemand.com
2 - set Europe/Rome timezone in user profile
3 - add meeting on date 2025-05-18
4 - add meeting on date 2025-12-01
5 - in listview, meeting start on 2025-12-01 has wrong time. Meeting start on 2025-05-18 has correct timeContext
No response
Version
8.8 (https://suite8demo.suiteondemand.com)
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
Demo
Operating System and Version
Demo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: ListviewIssues & PRs related to all things regarding the ListviewIssues & PRs related to all things regarding the ListviewPriority:ImportantIssues & PRs that are important; broken functions; errors; there are workaroundsIssues & PRs that are important; broken functions; errors; there are workaroundsSeverity: ModerateMinor ImpactMinor ImpactType: BugSomething isn't workingSomething isn't working