aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/Clock.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-11 17:59:44 +0800
committercrupest <crupest@outlook.com>2020-08-11 17:59:44 +0800
commit7df5e63e8b2eaa5b4f83ee72a32eeedd480cde47 (patch)
tree77e56827955f1e84aaa0ccb8d36969818cfc1640 /Timeline/Services/Clock.cs
parent4685d69fe965b32438c399a4ad4a3deee9fb0a55 (diff)
downloadtimeline-7df5e63e8b2eaa5b4f83ee72a32eeedd480cde47.tar.gz
timeline-7df5e63e8b2eaa5b4f83ee72a32eeedd480cde47.tar.bz2
timeline-7df5e63e8b2eaa5b4f83ee72a32eeedd480cde47.zip
Post list modified since now consider username change. And make all datetime utc.
Diffstat (limited to 'Timeline/Services/Clock.cs')
-rw-r--r--Timeline/Services/Clock.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/Clock.cs b/Timeline/Services/Clock.cs
index 040f9304..4395edcd 100644
--- a/Timeline/Services/Clock.cs
+++ b/Timeline/Services/Clock.cs
@@ -23,7 +23,7 @@ namespace Timeline.Services
public DateTime GetCurrentTime()
{
- return DateTime.Now;
+ return DateTime.UtcNow;
}
}
}