I checked that dateutils.tz.tzlocal () does not work on heroku, and even if that happened, would it not be easy to get tz from the computer OS, and not from users?
With the exception of saving users timezone, is there a way to determine where the request comes from? (I use a flask)
Twitter has a setting for setting the time zone, but I wonder how they determine what should be the default, and how it will work when the user does not log in.
source share