mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Fixed time to use Local()
This commit is contained in:
parent
e838ec03a8
commit
340b5d8c65
@ -46,6 +46,6 @@ func (post Post) Description() string {
|
|||||||
"in %s by %s on %s",
|
"in %s by %s on %s",
|
||||||
post.Forum.Name,
|
post.Forum.Name,
|
||||||
post.Author.Name,
|
post.Author.Name,
|
||||||
post.CreatedAt.Format("02 Jan 06 15:04 MST"),
|
post.CreatedAt.Local().Format("02 Jan 06 15:04 MST"),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user