[Vtigercrm-developers] Displayed Time

Rebecca Stanek rlstanek at gmail.com
Thu Oct 30 20:30:17 GMT 2014


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.

How do I change this to display correctly throughtout the system?

The file: config.inc.php

// Set the default timezone as per your preference
$default_timezone = 'UTC';

/** If timezone is configured, try to set it */
if(isset($default_timezone) &&
function_exists('date_default_timezone_set')) {
@date_default_timezone_set($default_timezone);
}
?>

Thank you,
Becky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20141030/cc21c0a0/attachment.html>


More information about the vtigercrm-developers mailing list