We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48272d commit 5936adeCopy full SHA for 5936ade
webpack/js/components.js
@@ -71,7 +71,7 @@ export const IssueCard = {
71
computed: {
72
dateCreated() {
73
const dateCreated = new Date(this.issue.createdAt * 1000)
74
- return dateCreated.toLocaleDateString()
+ return dateCreated.toISOString()
75
}
76
77
0 commit comments