Anybody know if there is any other way of getting the users timezone from the browser rather than geographical position (it’s a problem when user blocks location). I guess bubble does this for current date/time but is this exposed anywhere?
Thanks Simon
I think the answer is no you can’t do this via Bubble but you can install a plugin that does this like Browser Timezone/Locale
Yes correct.
You can also use plain vanilla Javascript to get their Timezone Something like
Intl.DateTimeFormat().resolvedOptions().timeZone
should retrieve the users timezone