Commit 8a458659 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'issue_27317' into 'master'

Fix timezone on issue boards due date

Closes #27317

See merge request !9150
parents 6f720ce2 8f755085
......@@ -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);
});
---
title: Fix timezone on issue boards due date
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment