<div dir="ltr">I'm finding regardless of user settings in parts of the UI the displayed time is military time (10-29-2014 16:11:26) instead of the user's preferred time of 4:11. I'm finding this in Detail records and Reports columns.<div><br></div><div>How do I change this to display correctly throughtout the system?</div><div><br></div><div>The file: config.inc.php</div><div><br></div><div><div>// Set the default timezone as per your preference</div><div>$default_timezone = 'UTC';</div><div><br></div><div>/** If timezone is configured, try to set it */</div><div>if(isset($default_timezone) && function_exists('date_default_timezone_set')) {</div><div><span class="" style="white-space:pre">   </span>@date_default_timezone_set($default_timezone);</div><div>}</div><div>?></div></div><div><br></div><div>Thank you,</div><div>Becky</div></div>