提交 8a458659 编写于 作者: A Alfredo Sumaran

Merge branch 'issue_27317' into 'master'

Fix timezone on issue boards due date

Closes #27317

See merge request !9150
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
Vue.filter('due-date', (value) => { Vue.filter('due-date', (value) => {
const date = new Date(value); const date = new Date(value);
return dateFormat(date, 'mmm d, yyyy'); return dateFormat(date, 'mmm d, yyyy', true);
}); });
---
title: Fix timezone on issue boards due date
merge_request:
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册