mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 15:40:56 +01:00
Switch all DateTimeOffset.Now references to UtcNow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user