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