We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnixEpoch
1 parent fcd356f commit 31332b8Copy full SHA for 31332b8
dotnet/src/webdriver/LogEntry.cs
@@ -53,7 +53,7 @@ private LogEntry()
53
/// </summary>
54
public string Message { get; private set; } = string.Empty;
55
56
- private static DateTime UnixEpoch => new(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
+ private static readonly DateTime UnixEpoch = new(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
57
58
/// <summary>
59
/// Returns a string that represents the current <see cref="LogEntry"/>.
0 commit comments