mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Fix post date display
This commit is contained in:
parent
f37d5bade3
commit
eeba2367af
@ -91,7 +91,7 @@ class TimelineEntry extends TimelineBaseMethods {
|
||||
return (
|
||||
`${this.date.getUTCFullYear()}`
|
||||
+ `-${pad(this.date.getUTCMonth()+1)}`
|
||||
+ `-${pad(this.date.getUTCDay()+1)}`
|
||||
+ `-${pad(this.date.getUTCDate())}`
|
||||
+ ` ${pad(this.date.getUTCHours())}`
|
||||
+ `:${pad(this.date.getUTCMinutes())}`
|
||||
+ ` UTC`
|
||||
|
Loading…
Reference in New Issue
Block a user