Store user's time zone and current time in the "user" entity

When they open Fibery with a device on a different timezone, it will ask them if they want to change. Same way as Google Calendar.
This way we can run our own time-zone localisation. Instead of “every day at 9”, we can create an automation to run when the current time of the user = 9:00.

It would mean it needs to rerun every minute… which I don’t know if its feasible.