arch-kiosk / arch-kiosk-office

💼 central place for collaboration
GNU Affero General Public License v3.0
1 stars 0 forks source link

Check on Kiosk start: show time zone #2795

Open urapadmin opened 1 month ago

urapadmin commented 1 month ago

because of kiosk_and_time#psycopg2_postgres_and_the_default_time_zone it is necessary for Kiosk to check whether Postgres is set to the correct default time zone with:

show time zone

the result must be UTC. Otherwise Kiosk must even stop. It is too dangerous to run it with the wrong default time zone.

urapadmin commented 1 month ago

did that