Edit: Figured it out, ended up being really simple. Thanks for pointing me in the right direction, hybinet. In case future new users run into the same trouble, just had to use the following command:
Code:
service rsyslog restart
I believe it's set to PST on the system. I used the following command to set it:
Code:
ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime
I haven't rebooted since I changed it, I only restarted the Apache service since that was my main reason for changing it. Which other services would need to be restarted?
Thanks for the tip regarding UTC/GMT as well! I'll keep it in mind!