Table of Contents

Class DefaultSystemClock

Namespace
Sigstore.Time
Assembly
Sigstore.dll

Default ISystemClock implementation backed by UtcNow.

public sealed class DefaultSystemClock : ISystemClock
Inheritance
DefaultSystemClock
Implements
Inherited Members

Properties

UtcNow

Returns the current UTC instant.

public DateTimeOffset UtcNow { get; }

Property Value

DateTimeOffset

Current time in UTC.