Clarify time zone in Create Meow scheduling form text

This commit is contained in:
2026-08-23 00:07:26 +10:00
parent a4522a4f51
commit 25f4e7e9c5
+1 -1
View File
@@ -82,7 +82,7 @@
<div class="card-body"> <div class="card-body">
<label asp-for="ExpiresAt" class="form-label">Expires</label> <label asp-for="ExpiresAt" class="form-label">Expires</label>
<input asp-for="ExpiresAt" type="datetime-local" class="form-control" /> <input asp-for="ExpiresAt" type="datetime-local" class="form-control" />
<div class="form-text">After this time the Meow is automatically skipped on displays — it stays in the library, just not shown. Leave blank for no expiry.</div> <div class="form-text">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 <code>TimeZone</code> setting).</div>
</div> </div>
</div> </div>
<div class="d-grid gap-2"> <div class="d-grid gap-2">