Hi, would appreciate help
I’m building a tourist site for a client. Every post on this site is a different country and I want to display the current time in this country.
Is there a way to add an ACF time zone picker?
I found this: https://github.com/DocWatson/acf-timezone-picker
But it only adds the name of the area and not the time.
Thanks!
You can do this with a select field that is dynamically populated using the same PHP function used by that plugin https://www.php.net/manual/en/datetimezone.listidentifiers.php.
Or you could try modifying that plugin to show what you want. It does not appear to have been updated in some time.