← Back to team overview

phpdevshell team mailing list archive

[Bug 374904] Re: Future and past $core->user_server_tz_diff dst failure.

 

** Changed in: phpdevshell
       Status: Fix Committed => Fix Released

-- 
Future and past $core->user_server_tz_diff dst failure. 
https://bugs.launchpad.net/bugs/374904
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Fix Released

Bug description:
Because the $core->user_server_tz_diff function used current timestamp dates to determine timezone differences, dates in the future and past calculations on date formats was incorrect, either by incrementing or decrementing the date value incorrectly because of changing DST.

This was solved by allowing to pass a future or past timestamp so that timezone differences can be calculated on the correct DST.