Merge branch 'issue_27317' into 'master'
Fix timezone on issue boards due date Closes #27317 See merge request !9150
This commit is contained in:
commit
8a45865968
2 changed files with 5 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
|
||||
Vue.filter('due-date', (value) => {
|
||||
const date = new Date(value);
|
||||
return dateFormat(date, 'mmm d, yyyy');
|
||||
return dateFormat(date, 'mmm d, yyyy', true);
|
||||
});
|
||||
|
|
4
changelogs/unreleased/issue_23317.yml
Normal file
4
changelogs/unreleased/issue_23317.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix timezone on issue boards due date
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue