beastsaber / bsaber

https://bsaber.com
9 stars 9 forks source link

Events: Displayed time and passed data diverge #86

Closed TimothyGillespie closed 7 months ago

TimothyGillespie commented 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:

image

It reads out 7:00 PM UTC, but it should read out 6:00PM UTC or the time in the user's timezone.