How can I alter times to be shown in the clients time zone?
It is possible for clients to exist in a different time zone than the server on which the RADICORE application is being hosted, and this could mean that when times are displayed they are not in the client’s time zone, and this could be confusing. This problem can now be fixed using the new DateTimeZone class, but only if your PHP version is 5.2 or above In order for this new feature to work it is first necessary to identify the time zone for the server. This is done by calling the date_default_timezone_get() function.