con2 / kompassi

Kompassi Event Management System
https://kompassi.eu
Other
26 stars 27 forks source link

feat(forms): Survey response tables show timestamps in correct timezone and locale #437

Closed jkjuopperi closed 6 months ago

japsu commented 6 months ago
./src/app/[locale]/events/[eventSlug]/surveys/[surveySlug]/responses/page.tsx:170:13
Type error: Type 'TimeZone | TimeZoneProtocol' is not assignable to type 'string | undefined'.
  Type 'TimeZone' is not assignable to type 'string'.

  168 |             dateStyle: "short",
  169 |             timeStyle: "short",
> 170 |             timeZone: timezone,
      |             ^
  171 |           }).format(new Date(row.createdAt))}
  172 |         </Link>
  173 |       ),
japsu commented 6 months ago

Superseded by #439