2 references to UnixEpoch
Microsoft.DotNet.Build.Tasks.Installers (2)
src\RpmBuilder.cs (2)
211
entries.Add(new(RpmHeaderTag.ChangelogTimestamp, RpmHeaderEntryType.Int32, _changelogLines.Select(_ => (int)(DateTimeOffset.UtcNow -
UnixEpoch
).TotalSeconds).ToArray()));
213
entries.Add(new(RpmHeaderTag.BuildTime, RpmHeaderEntryType.Int32, new[] { (int)(DateTimeOffset.UtcNow -
UnixEpoch
).TotalSeconds }));