adding time zone support to admin modules

This commit is contained in:
sbwalker
2025-05-13 13:55:01 -04:00
parent 139793f3c0
commit deb4607081
10 changed files with 15 additions and 15 deletions

View File

@ -53,8 +53,8 @@ else
</td>
<td>@context.Language</td>
<td>@context.Visits</td>
<td>@context.VisitedOn</td>
<td>@context.CreatedOn</td>
<td>@UtcToLocal(context.VisitedOn)</td>
<td>@UtcToLocal(context.CreatedOn)</td>
</Row>
</Pager>
</TabPanel>