Geo-targeted timer

Hey everyone,

I have a client that wants to incorporate a geo-targeted countdown timer that will show a custom amount of time based on the user’s location (someone in LA will have 3 more hours left than someone in NYC).

Is it possible to do this in Webflow? Thanks

It is possible to do with custom code. I have built a similar solution before and worked fine.

I used day.js to handle the time zones for each visitor.

Thanks @webdev!! I can’t write JS myself, is there anywhere else I could look for it?