Is it possible to integrate a module that automatically calculates the right time zone for the user?

Hey!
I want to launch an online learning program with fixed coaching slots. My customers will be from different time zones and thus I’d like the website to show the user the relevant time for their time zone.

For example:
If the session is at 18:00 GMT +2 the website needs to understand which time zone the user is in (let’s say GMT -4) and then calculate the right time for the user and display it: 12:00.

Is this possible with webflow and if yes, how?

Thanks a lot!

You can use custom code and the day.js library which is handy for working with times and dates. They also have timezone plugin which can parse and display dates in any timezone.

Thank you, Jeff! As always, super helpful advice. :slight_smile: