2 references to GetLocalNow
Aspire.Dashboard (1)
Components\Pages\ConsoleLogs.razor.cs (1)
679
var fileName = $"{safeDisplayName}-{TimeProvider.
GetLocalNow
().ToString("yyyyMMddhhmmss", CultureInfo.InvariantCulture)}.txt";
System.Private.CoreLib (1)
src\libraries\Common\src\System\TimeProvider.cs (1)
19
/// If the <see cref="TimeZoneInfo.Local"/> changes after the object is returned, the change will be reflected in any subsequent operations that retrieve <see cref="
GetLocalNow
"/>.