Date Formatting
-
This is a minor question but I cannot see to figure out the answer which was intuitive. The Date field which I can add to a header or footer or subject {date} is showing only UTC which is really confusing to my end users. I double checked the PHP.INI and the settings are set to US/Pacific. I made sure the Ubuntu settings were the correct timezone as well. I even typed a quick php file to check to see it as displayed properly. And it shows correctly in my test file <?php echo “The time is ” . date(“F j, Y g:i a e”); ?> and it shows the right time zone. So I am baffled why UTC is still shown since I tested it inside php on my server and wordpress. Is there some other function you are using? the help info shows to look at php.net for format codes too. So stands to reason I should get what is displayed. But I do not. Help.
The page I need help with: [log in to see the link]
- The topic ‘Date Formatting’ is closed to new replies.