Having a date issue

I have my mikrotik set up as a hotspot sending logs to a kiwi syslog server to track the website sites visited each month. I have the time on my router set correctly, however all the logs have a date/time stamp of jan 2, 1970. Can someone give me an idea how to remedy this?

thanks

Change the values to known good ones for your area.

Setup automatic (NTP) time

/system clock
set time-zone-name=America/Chicago

/system clock manual
set dst-end=“nov/03/2013 00:00:00” dst-start=“mar/10/2013 00:00:00”

/system ntp client
set enabled=yes mode=unicast primary-ntp=1.1.1.1 secondary-ntp=2.2.2.2