display local datetimes in the Job Scheduler (using time zones)

This commit is contained in:
sbwalker
2025-05-13 11:29:26 -04:00
parent 9f18c460d8
commit 139793f3c0
3 changed files with 39 additions and 10 deletions

View File

@ -29,7 +29,7 @@ else
<td>@context.Name</td>
<td>@DisplayStatus(context.IsEnabled, context.IsExecuting)</td>
<td>@DisplayFrequency(context.Interval, context.Frequency)</td>
<td>@context.NextExecution?.ToLocalTime()</td>
<td>@UtcToLocal(context.NextExecution)</td>
<td>
@if (context.IsStarted)
{