I am querying the following:
SELECT "date" FROM "database"
and receive the following table:
date
2021-03-08 05:05:31+00
2021-03-08 05:10:31+00
The times displayed are in GMT. How can I convert them to CET, taking into account daylight savings?