Skip to content

CosmosTime.ZoneTime.LocalNow

osexpert edited this page Jul 22, 2023 · 3 revisions

ZoneTime.LocalNow Property

Will capture Utc time + local offset to utc
It make little sense to call this on a server, it will capture the server offset to utc, and that make little sense.
Same as Now(TimeZoneInfo.Local)

public static CosmosTime.ZoneTime LocalNow { get; }

Property Value

ZoneTime

Clone this wiki locally