Open DennisRas opened 2 months ago
Following on from your reply on curseforge:
I wasn't aware that events in the calendar could start/extend differently for players in a different timezone. So what you're saying is that the event is server based which means the event could technically be longer for people hitting the next day. Now my question is, what does the Calendar show you when you reach Sunday and the event is still live for you even though you're past Saturday?
All of Blizzard's own in-game calendar events are in region-time (i.e. which in NA is their local time, so California time for all US, Oceanic & Brazilian servers irrespective of local server time).
So as I'm posting today, at ~10:20am on the 10th September in Australian Eastern timezone, the calendar highlights my local date as the current date. But i'm seeing events listings that Nerub-ar Palace opens (opened?) at 8:00am, World Quest Bonus Event begins at 8:00, and the PVP Brawl for Warsong Scramble begins - because at 8am on the 10th in California time all those things will have happened, despite none of them actually being active now.
A slightly awkward & hacky solution would potentially be using C_DateAndTime.GetSecondsUntilWeeklyReset - because the weekly reset is always on the region time. With both Blizzard calendar events & the weekly reset on the regional time, it should should be a fixed & predictable period.
There's probably a better solution, but my programming doesn't make it much past butchering weakauras. I'm only aware of this because it's a common issue with any addon that tries to handle event dates & it's glaringly obvious if you play on OCE.
Issue: Events such as Darkmoon Faire may still be available for people locally hitting the day after the event is supposed to end.
Solution: Not sure. Use server time to check the calendar events? There's currently a PvP Brawl event ongoing at the time of this issue that can be used for testing.
From Curseforge: