Clock in different time zones

前端 未结 6 1437
南方客
南方客 2021-01-12 18:08

I am trying to create two clocks on a website that says two times on it. One from London and the other from New York.

I have been able to create a clock that reads t

6条回答
  •  情话喂你
    2021-01-12 18:33

    I use on m php website the following:

    
    

    Where i use a table, so this will fill

    with the time from Los Angeles (PDT or PST) however my server also runs on that time so passing the strftime from your server might not produce the same effect. But as stated this was my resolve to get a working time in a other zone.

提交回复
热议问题