1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

Fixed time to use Local()

This commit is contained in:
マリウス 2023-01-05 21:55:04 -05:00
parent e838ec03a8
commit 340b5d8c65
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

View File

@ -46,6 +46,6 @@ func (post Post) Description() string {
"in %s by %s on %s",
post.Forum.Name,
post.Author.Name,
post.CreatedAt.Format("02 Jan 06 15:04 MST"),
post.CreatedAt.Local().Format("02 Jan 06 15:04 MST"),
)
}