Code: Select all
2016-04-04T13:47:02.000+01:00 YY.YY.YY.YY syslog Failed password for root from ZZ.ZZ.ZZ.ZZ port PPPP ssh2In case this is related to time zones, here is my console output.
Code: Select all
[ec2-user@ip-XX-XX-XX-XX ~]$ ls -al /etc/localtime
lrwxrwxrwx 1 root root 33 Apr 4 09:15 /etc/localtime -> /usr/share/zoneinfo/Europe/London
[ec2-user@ip-XX-XX-XX-XX ~]$ date
Mon Apr 4 13:40:53 BST 2016
[ec2-user@ip-XX-XX-XX-XX ~]$ hwclock
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
[ec2-user@ip-XX-XX-XX-XX ~]$ cat /etc/php.ini | grep date.time
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = Europe/London
[ec2-user@ip-XX-XX-XX-XX ~]$ cat /etc/sysconfig/clock
ZONE="Europe/London"
UTC=TrueThese show time and timezone which are correct for me. However after reboot of NLS server, the delayed logs are still appearing as if they are recent.