When I give date thru SSH command line, I see the correct timezone shown.
Correct timezone is also set at "Tools & Settings > System Date and Time"
I have also set the desired timezone in php.ini via: "Tools & Settings > PHP Settings > Settings for 5.6.31 FastCGI application" (This is the only one used by my single domain, I have unchecked every other PHP handler, to prevent confusion.)
My problem is that emails that I send out using Horde webmail, still bear the +0000 timezone in the Date: mail header. E.g.:
I am using an email newsletter software called PHPList, and I can see that it is also using the +0000 timezone in its emails. This suggests that I need to solve this problem by finding a timezone setting for PHP.
Please help.
Correct timezone is also set at "Tools & Settings > System Date and Time"
I have also set the desired timezone in php.ini via: "Tools & Settings > PHP Settings > Settings for 5.6.31 FastCGI application" (This is the only one used by my single domain, I have unchecked every other PHP handler, to prevent confusion.)
[Date]
; Defines the default timezone used by the date functions
; PHP: Runtime Configuration - Manual
date.timezone = "Asia/Singapore"
; Defines the default timezone used by the date functions
; PHP: Runtime Configuration - Manual
date.timezone = "Asia/Singapore"
My problem is that emails that I send out using Horde webmail, still bear the +0000 timezone in the Date: mail header. E.g.:
Received: from 123.11.11.111 ([123.11.11.11]) by webmail.example.com (Horde Framework) with HTTP; Fri, 18 Aug 2017 02:56:01 +0000
Date: Fri, 18 Aug 2017 02:56:00 +0000
Message-ID: <[email protected]>
From: [email protected]
To: [email protected]
Subject: test 4
User-Agent: Horde Application Framework 5
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
MIME-Version: 1.0
Content-Disposition: inline
Date: Fri, 18 Aug 2017 02:56:00 +0000
Message-ID: <[email protected]>
From: [email protected]
To: [email protected]
Subject: test 4
User-Agent: Horde Application Framework 5
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
MIME-Version: 1.0
Content-Disposition: inline
I am using an email newsletter software called PHPList, and I can see that it is also using the +0000 timezone in its emails. This suggests that I need to solve this problem by finding a timezone setting for PHP.
Please help.