Fix bug with due date greater than year 2038

See: https://en.wikipedia.org/wiki/Year_2038_problem
This commit is contained in:
Frederic Guillot
2015-10-03 14:09:52 -04:00
parent a41d580a46
commit aeab662d65
4 changed files with 56 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ Bug fixes:
* Fix Mysql error about gitlab_id when creating remote user
* Fix subtask timer bug (event called recursively)
* Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links
* Fix issue with due date greater than year 2038
Version 1.0.18
--------------