arch-kiosk / arch-kiosk-office

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

ui integration of time zone in Kiosk #2783

Open urapadmin opened 2 months ago

urapadmin commented 2 months ago

we need an unequivocal time zone (preferably leading to an ISAN time zone name) and a locale like en_US for internationalization. The latter is not necessary for time zone support but since I am on it, let's just gather that information.

The same information should be changeable at any time under profile.

urapadmin commented 1 month ago

This is using the kiosk_time_zones table. see #2784 I guess we need an api for this first. I am also wondering if it would make sense to cache this locally. The date of the last time zone entry should allow me to only download the records since last modification:

urapadmin commented 1 month ago

no, not asking for it at login. The current time zone is taken from the browser or database and then managed via cookie: #2790