Merge branch 'issue_27317' into 'master'

Fix timezone on issue boards due date

Closes #27317

See merge request !9150
This commit is contained in:
Alfredo Sumaran 2017-02-14 20:38:23 +00:00
commit 8a45865968
2 changed files with 5 additions and 1 deletions

View file

@ -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);
});

View file

@ -0,0 +1,4 @@
---
title: Fix timezone on issue boards due date
merge_request:
author: