mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #13450 from overleaf/tw-add-renewal-time
fix subscription renewal date formatting to include UTC time GitOrigin-RevId: 15f30c17a4f7fd866c76fdf343f1d1b02b45ba9c
This commit is contained in:
parent
f038cd4d10
commit
57e4557d23
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ module.exports = {
|
|||
if (!date) {
|
||||
return null
|
||||
}
|
||||
return dateformat(date, 'dS mmmm yyyy')
|
||||
return dateformat(date, 'mmmm dS, yyyy h:MM TT Z', true)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue