• Ok – so here’s my query…

    I have a wordpress site set up with a limited number of users.

    Those users are based in the UK and the US.

    Right now whenever someone posts a new posts or comment the time stamp is UK-centric – i.e. GMT. How would I get the time stamps to show the local of the new post / comment being written?

    So – If in the UK it is 5pm (GMT) and someone in the US who is 6 hours behind writes a new post it would show up as either:

    5pm (-6hrs GMT)
    or
    11am (+6hrs GMT)

    Is there a plug-in to allow this? or does anyone think it’s a good enough thing to have a crack at making it work?!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    The Time setting is on the Options->General page of the admin screen.

    Thread Starter parb

    (@parb)

    yes – thanks – i know where the time zone settings are.

    if you read my question carefully you will see that regardless of a single time zone being set how does one get each comment / post time stamped with the authors time zone?!

    Wasn’t this thread closed just a little bit ago?

    Doesn’t look like there’s such a plugin: https://codex.www.ads-software.com/Plugins/Time

    But it wouldn’t be too hard to code if you’re good with PHP. Just ask the user for their timezone, store it in a cookie, and then adjust the WP returned times to match their timezone.

    The dupe of it was.

    As to the original question: eeks. I have no idea! It seems that it is assumed “the blog” has the timezone as opposed to your request to have timezone associated with authors. Seems like a logical candidate for a plugin, but I dont’ recall stubmling over anything like it (granted, I’ve not had the need to search for one either).

    Thread Starter parb

    (@parb)

    Thanks for the replies everyone.

    I’ve searched high and low for such a plug-in without any luck!
    Looks like I’m going to have to become a whizz at PHP!!

    It’s a very useful skill ?? Go for it!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How Do I Localise Time Zones?…’ is closed to new replies.