View Issue Details

IDProjectCategoryView StatusLast Update
0023257mantisbtcustom fieldspublic2023-07-10 17:08
Reporterneumann Assigned Todregad  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.5.1 
Summary0023257: Due Date saves wrong values
Description

The Due Date changes the date without any action. It looks like the problem is that not the full length of the year is noticed.

The similar error was fixed in this PR:
https://github.com/mantisbt/mantisbt/pull/1079

Steps To Reproduce

Strategie zum Forcieren (Firefox):

  • Create a Ticket
  • Set Due Date to 2017-08-10
  • Update Information (Save)
  • Hit Edit of the issue
  • Update Information (save)
    *Due Date is now 2010-08-20
Additional Information

We have the the following custom date types in the config_inc.php:
$g_short_date_format = 'd.m.Y';
$g_normal_date_format = 'd.m.Y H:i';
$g_complete_date_format = 'd.m.Y H:i T';
$g_calendar_js_date_format = '\%d.\%m.\%Y';
$g_calendar_date_format = 'd.m.Y';
$due_date_date_format = 'short_date_format';

TagsNo tags attached.

Relationships

duplicate of 0031836 closeddregad Date conversion fails when editing a project version using a non-US date format 
related to 0022704 closeddregad Due date not saved when non english date format 

Activities

dregad

dregad

2023-06-25 11:34

developer   ~0067863

I believe this should be fixed in 2.25.6, see 0031836. If not, feel free to reopen the issue.