diff --git a/src/Bot/Commands/Utils/Quote/Quote.cs b/src/Bot/Commands/Utils/Quote/Quote.cs index c860abc..243e5dd 100644 --- a/src/Bot/Commands/Utils/Quote/Quote.cs +++ b/src/Bot/Commands/Utils/Quote/Quote.cs @@ -313,7 +313,7 @@ namespace Geekbot.Bot.Commands.Utils.Quote InternalId = internalId, GuildId = Context.Guild.Id.AsLong(), UserId = message.Author.Id.AsLong(), - Time = message.Timestamp.DateTime, + Time = message.Timestamp.DateTime.ToUniversalTime(), Quote = message.Content, Image = image };