I want post times to reflect the timezone of the logged in or logged out user on my site. So if I post at 2:43PM London time, I want a user or visitor from Tokyo to see the post time as 11:43PM
I'm using get_the_time("g:i a", $post_id) format with timezone set to UTC. Does this already happen magically or?