I\'m having a problem with the PHP date function which I\'ve never had a problem with before.
The timestamp is entirely correct, however for some bizarre reason date
For time zone: https://www.php.net/manual/en/timezones.php
date_default_timezone_set('America/Chicago');
echo date("m/d/Y h:i:s A");