• Hi,

    if you put the php timezone into code, you can handle your local time, if the Server has another location.

    date_default_timezone_set("Asia/Bangkok");
    just add this before
    return date( $dateFormat );

    • This topic was modified 7 years, 5 months ago by thlord.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi,

    I am not sure why to do that. Can you please explain?

    Thanks.

    Thread Starter thlord

    (@thlord)

    Yes I can.
    if the Server located in Europe/US etc., and a Website for Hong Kong or other country is running on it. You want to display the Hong Kong Time on Website, not the EU/US time, right?

    best

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add timezone’ is closed to new replies.