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

ilya1st’s picture

good 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

ilya1st’s picture

Status: Active » Closed (works as designed)

also 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.