| Anonymous | Login | Signup for a new account | 2010-09-03 06:21 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000438 | [v2.0 Release (Current)] Projects | major | always | 2010-05-12 04:42 | 2010-06-25 22:33 | ||
| Reporter | pacho | View Status | public | ||||
| Assigned To | caseydk | ||||||
| Priority | normal | Resolution | duplicate | ||||
| Status | closed | Product Version | 1.3 | ||||
| Summary | 0000438: Multi-Project Gantt Chart Date Error | ||||||
| Description |
The sources of “w2p/classes/date.class.php” show multiple errors starting with line 550. This prevents a proper Gantt-Chart to be displayed for Multi-Projects. In our view the date.class.php has to be as follows. If you agree, please incorporate in the next patch: public function convertTZ($tz) { // convert to UTC #$offset = intval(1000 / 1000); $offset = intval($this->tzID['offset'] / 1000); if ($this->tzID['hasdst']) { $offset += 3600; } $this->addSeconds(0 - $offset); // convert UTC to new timezone $tzID = (is_object($tz)) ? $tz->id : $tz; $offset = intval($GLOBALS['_DATE_TIMEZONE_DATA'][$tzID]['offset'] / 1000); if ($this->tzID['hasdst']) { $offset += 3600; } |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |