Clarify time zone in Create Meow scheduling form text
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user