• Hi, in my website the JOAN timezone is 2 hours off. He change de timezone of my wordpress installation…Can U help me?
    And also, is it possible show the time of schedule in 24 hours format (H:i)???

    timezone: Europe/Rome

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter dariogam

    (@dariogam)

    I’m not good in PHP but maybe I solved all my issue, I try to force the timezone putting this code in joan.php

    $tz = get_option('Europe/Rome');
    date_default_timezone_set('Europe/Rome');

    and remove the same code from the crud.php

    Now the schedule is working and On Air to…but I still would like your opinion

Viewing 1 replies (of 1 total)
  • The topic ‘Timezone way off’ is closed to new replies.