bastianallgeier / gantti

A simple PHP Gantt Class
435 stars 125 forks source link

Timezone and DST #4

Open cycloon opened 11 years ago

cycloon commented 11 years ago

When setting the timezone to a zone with daylight savings time, the calculation of the duration in days is incorrect, as it does respect that one hour shift.

bastianallgeier commented 11 years ago

Ah shit! Do you have any idea how to solve it?

cycloon commented 11 years ago

We should use php's DateTime class. Had no time to integrate it so far.