Searched refs:timeDifference (Results 1 – 1 of 1) sorted by relevance
16 public static DateTime Now { get { return DateTime.UtcNow.Add(timeDifference); } }23 timeDifference = ournow - utcnow; in CustomDateTime()26 private static readonly TimeSpan timeDifference; field in Antmicro.Renode.Utilities.CustomDateTime