Switch all DateTimeOffset.Now references to UtcNow

This commit is contained in:
Cyberboss
2020-12-27 20:21:30 -05:00
parent 09b049a119
commit f5fcf331d3
21 changed files with 43 additions and 43 deletions
@@ -1,4 +1,4 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
@@ -19,7 +19,7 @@ namespace Tgstation.Server.Client.Components.Tests
var example = new Job
{
Id = 347,
StartedAt = DateTimeOffset.Now
StartedAt = DateTimeOffset.UtcNow
};
var inst = new Instance