pgeu / pgeu-system

Mirror of the PostgreSQL Europe Conference and Membership management system.
MIT License
20 stars 28 forks source link

Copying volunteer slots from another conference doesn't show usable times #135

Open andreasscherbaum opened 1 year ago

andreasscherbaum commented 1 year ago

When trying to copy volunteer slots from another conference, the system presents a message like:

For example, this means range 2022-10-25 06:00:00+00:00-2022-10-25 11:00:00+00:00 becomes 2023-12-12 07:00:00+00:00-2023-12-12 12:00:00+00:00.

Last year's conference was run in CEST, this year is CET. But the message shows UTC (+00:00). It is not clear which time is the correct time, it's also not clear into which direction the time must be shifted, based on the examples.

One solution could be to show all times in this year's time (CET). In general, show all times in "conference time", and without time zone. The DST will not change during the conference.

As a side note: better highlighting the times better, and more spaces between times will make the long rows of numbers more readable. Possibly add line breaks.