Time Zone Issues

Time Zone OS server (variable system TZ) Time Zone PHP server (php.ini date.timezone) America/Denver => PHP server TimeZone America/Denver => PHP server offset width Greenwich (seconds) -25200 => PHP server hour 10/02/2011 02:17 PM => dol_print_date(0,"dayhourtext") december 31, 1969, 05:00 PM Time Zone company (main company) Feature not yet available in this version => Hour company (main company) Feature not yet available in this version Time Zone client (user) -5 => Client/Browser offset width Greenwich (seconds) -18000 => Hour client (user) 10/02/2011 03:17 PM
The time is 4:17 PM where I am, Eastern Standard Time (EST) USA.

I cannot find a way to get a correction entered into the interface to display the correct local time.

Is it that the software references only absolute GMT and without any daylight savings time adjustments for display purposes?

(the server is 3rd party hosted linux)

Which version of dolibarr do you use ?
Note that time shown here are information only. Dates are always saved with date of server into database but offset is added during insert and removed during reading so when you create something with date X, you should see it with date X (even if it’s stored with date Y)

Version initial install 3.0.1 Version last upgrade Version program 3.0.1

I am trying to give this a thorough test for my needs.

If using the server date instead of GMT, would this not cause an issue if the database is moved to another server in a different time zone?