diff --git a/Views/Slides/Edit.cshtml b/Views/Slides/Edit.cshtml index 699e831..785333b 100644 --- a/Views/Slides/Edit.cshtml +++ b/Views/Slides/Edit.cshtml @@ -84,9 +84,9 @@
-
After this time the Meow is automatically skipped on displays — it stays in the library, just not shown. Leave blank for no expiry.
+
After this time the Meow is automatically skipped on displays — it stays in the library, just not shown. Leave blank for no expiry. Compared against the server's configured time zone (see the TimeZone setting).
- @if (Model.ExpiresAt.HasValue && Model.ExpiresAt.Value <= DateTime.Now) + @if (Model.ExpiresAt.HasValue && Model.ExpiresAt.Value <= Clock.Now) { Expired }