• Resolved mordisko

    (@mordisko)


    Hello,

    I have a server installation with the following configuration:

    – Timezone on the system: Time zone: Europe/Madrid (CET, +0100)
    – Default timezone configured on PHP: Europe/Madrid
    – Timezone configured on WordPress: Europe/Madrid
    – LiteSpeed cache version: 2.9.9.2
    – WP version: 5.3.2

    Everything is configured correctly and at 09:28 UTC both WordPress and the system shows the correct time and our: 10:28.

    Regardless, the plugin shows the time as UTC on the “LiteSpeed Cache -> Settings -> Purge” option.

    Would you kindly clarify whether this is a display issue or the plugin indeed uses UTC time for all of their underlying processes?

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Could you please run this code and post the result ?

    
    <?php
    $date = date('Y/m/d H:i:s');
    echo $date;
    echo "<br>";
    echo date_default_timezone_get();

    Best regards,

    Thread Starter mordisko

    (@mordisko)

    Sure thing.

    The result is correct although LiteSpeed plugin text is not.

    This was the result (right now it is 13:07):

    2020/03/24 13:07:29
    Europe/Madrid
    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Thanks for the info.

    I just checked with v3.0 preview release, this issue is already fixed in v3.0

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PR5848 – Wrong timezone on admin area’ is closed to new replies.