Bug - events arent sorting properly, not filtering past events from view, and other date formatting errors
Closed this issue · 0 comments
Events should sort by date, but they are appearing in a fairly random manor.
After troubleshooting discovered I had a flaw in date format, and found it is very difficult to get the dynamic date/time functions to provide the exact desired output. Timezone offsetting was being buggy, and also there are reports that automating timezone offset based on user location is frequently incorrect as many sites use caching tiers that can result in incorrect timezone localization.
Ultimately decided to set date as the actual date in the local/preferred timezone for the presenter tz in 12 hour time, and create new variables to gather timezone code, offset and am/pm value, and the list, single, and event renderers should be updated to display the time and date values from the .Date function, and then display the AM/PM indicator, Timezone Code, and Offset from these new variables which will display as strings to create the desired outcome on list and single pages.