Skip to content

Fix expiry date

Bernhard Suttner requested to merge sbernhard/framadate:fix_expire_date into develop

The current implementation has some issues:

  • it does not support other date formats than day/month/year
  • it could never work because mktime returns a int (timestamp) which is than compared to a DateTime object

Merge request reports