Hello.
How could I sync cache enabler html comment timestamp with my current timezone?
<!– Cache Enabler by KeyCDN @ Fri, 28 May 2021 00:11:58 GMT (https-index.html) –>
I think my server config (GMT +2) is fine:
date ; php -r “echo date(‘r’).PHP_EOL;” ; mysql -e “SELECT NOW();”
Fri May 28 02:12:09 CEST 2021
Fri, 28 May 2021 02:12:09 +0200
+———————+
| NOW() |
+———————+
| 2021-05-28 02:12:09 |
Cache enabler timestamp is -2hours.
Btw, I use nginx.
Thanks!
-
This topic was modified 5 years ago by
pepin0x.
-
This topic was modified 5 years ago by
pepin0x.