my wordpress shows the wrong time,
UTC time on the picture should be 18:06:28 and localtime 15:06:28, so the UTC time is showed as local time, I use my own vps on digital ocean and time zone is correct,
ls -l /etc/localtime
lrwxrwxrwx 1 root root 36 Apr 19 23:20 /etc/localtime -> /usr/share/zoneinfo/America/Santiago
also I have anothers php scripts on the server and the time is correct, cron job for whmcs for example works perfect, this is my config time on wordpress
How to fix this?, the problem is in all my wordpress websites, and the woocommerce websites has the wrong time on order too.
I use php 7 and last wordpress
I already tried with timezone in php.ini and in global php config I have America/Santiago
date on server is ok
root@server:~# timedatectl
Local time: Fri 2018-04-20 22:15:40 -03
Universal time: Sat 2018-04-21 01:15:40 UTC
RTC time: Sat 2018-04-21 01:15:40
Time zone: America/Santiago (-03, -0300)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
php too
php > echo date_default_timezone_get(time());
America/Santiago