Closed (works as designed)
Project:
Daylight saving time
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 10:44 UTC
Updated:
21 Jun 2011 at 12:02 UTC
Please note that if you enable the dst module you may encounter compatibility issues with other installed modules. In particular with modules that directly use gm*() time functions (instead of format_date() that comes with Drupal). I've experienced such issues with the Scheduler, appropriate patch is availabe here.
Comments
Comment #1
ilya1st commentedgood notice but I think your patch is not enough there.
gmmktime is more correct there becaus of mktime "as is" depends from local timezone.
the better way to correctly shedule dates and give correct input - use http://ru.php.net/strftime while date input as it's used in node edit pages.
Go double that there
Comment #2
ilya1st commentedalso in that case their code does not depend on me also there are not reverse date formatting to timestamp in drupal core. their code is not correct at all.