mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
[KOE-175] Changed reply flags date parsing to use GMT
This commit is contained in:
parent
d8d932e2dc
commit
eed0be43b3
@ -102,7 +102,7 @@ namespace Acacia.Features.ReplyFlags
|
|||||||
Verb verb = VerbFromString(match.Groups[1].Value);
|
Verb verb = VerbFromString(match.Groups[1].Value);
|
||||||
|
|
||||||
// Parse the date
|
// Parse the date
|
||||||
DateTime date = DateTime.Parse(dateString);
|
DateTime date = DateTime.Parse(dateString).ToUniversalTime();
|
||||||
|
|
||||||
// Remove the category
|
// Remove the category
|
||||||
if (updateCategories)
|
if (updateCategories)
|
||||||
|
Loading…
Reference in New Issue
Block a user