@@ -376,6 +376,11 @@ func main() {
return
}
loc, _ := time.LoadLocation("Europe/Moscow")
for _, episode := range episodes {
episode.CreatedAt = episode.CreatedAt.In(loc)
tmpl.ExecuteTemplate(w, "podcast.html", struct {
Podcast *Podcast
Episodes []*Episode
The note is not visible to the blocked user.