Closed TimothyGillespie closed 7 months ago
The current mock implementation of events seems to contain a bug.
This entry
{ title: 'Squatty Party Fitness Map Stream', category: 'social' as const, slug: 'test-event-2', publishDateISO: '2023-05-21T19:23:25Z', hostUsername: 'BeatKhana', dateParams: { startDateUTC: '2023-11-15', startTimeUTC: '18:00:00', }, },
results in this card:
It reads out 7:00 PM UTC, but it should read out 6:00PM UTC or the time in the user's timezone.
The current mock implementation of events seems to contain a bug.
This entry
results in this card:
It reads out 7:00 PM UTC, but it should read out 6:00PM UTC or the time in the user's timezone.