mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-11-19 20:56:31 +00:00
Fix post date display
This commit is contained in:
parent
f37d5bade3
commit
eeba2367af
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue