Time zone problem

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

nbrooks
Posts: 1
Joined: Wed Jun 06, 2007 10:59 pm

Time zone problem

Post by nbrooks »

I've recently installed OpenEMM 5.0.3 on CentOS 5 and everything is working great except one small thing. When I send a mailing the time/date stamp shows on the recipient's email in GMT even though the OpenEMM machine is set to PDT. So essentially, when I send an email from OpenEMM at 10:00PDT it appears on the recipients email as 17:00GMT.

Below I've listed all the info I could think to check from the docs I found on Google.

The active OpenEMM user account that is sending the mailing is set to US/Pacific-New


NTP appears normal:
#ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
+gate.mgts.by 44.52.59.112 4 u 924 1024 367 213.543 -187.98 14.281
+sidneyil-169.il 208.66.174.71 3 u 972 1024 377 106.473 37.522 19.768
*boudicca.tux.or 65.212.71.102 2 u 992 1024 377 89.936 41.462 1.023
LOCAL(0) .LOCL. 10 l 41 64 377 0.000 0.000 0.002


Date output appears normal:
#date
Wed Jun 6 15:54:39 PDT 2007


Contents of /etc/sysconfig/clock:
ZONE="US/Pacific"
UTC=false
ARC=false


Added symbolic link for /etc/localtime
lrwxrwxrwx 1 root root 32 Jun 6 10:09 localtime -> ../usr/share/zoneinfo/US/Pacific


Any help would be greatly appreciated!