diff --git a/helpers.go b/helpers.go index bd1a178..bb2260b 100644 --- a/helpers.go +++ b/helpers.go @@ -341,7 +341,7 @@ func RespondError(session *discordgo.Session, interaction *discordgo.Interaction func GetFetchedFooter(time time.Time) *discordgo.MessageEmbedFooter { return &discordgo.MessageEmbedFooter{ - Text: fmt.Sprintf("Fetched at %s", time.Format("Monday, January 2, 2006 at 3:04:05PM")), + Text: fmt.Sprintf("Fetched at %s", time.In(CentralTimeLocation).Format("Monday, January 2, 2006 at 3:04:05PM")), } }