Fix scheduler timezone labels: UTC → Central

Times are stored in Central Time (matching Pterodactyl server config).
Labels were incorrectly showing UTC.

Chronicler #69
This commit is contained in:
Claude
2026-04-08 08:46:07 +00:00
parent 795020b55c
commit 5bd4c60238
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ router.get('/table-only', async (req, res) => {
<th class="p-3 w-10"></th>
<th class="p-3">Server</th>
<th class="p-3">Node</th>
<th class="p-3">Restart Time (UTC)</th>
<th class="p-3">Restart Time (Central)</th>
<th class="p-3">Status</th>
<th class="p-3">Skip</th>
</tr>

View File

@@ -40,7 +40,7 @@
<input type="hidden" name="_csrf" value="<%= csrfToken %>">
<input type="hidden" name="node" value="<%= config.node %>">
<div class="flex-1">
<label class="block text-sm text-gray-500 dark:text-gray-400 mb-1">Base Time (UTC)</label>
<label class="block text-sm text-gray-500 dark:text-gray-400 mb-1">Base Time (Central)</label>
<input type="time" name="base_time" value="<%= config.base_time.substring(0,5) %>"
class="w-full bg-gray-100 dark:bg-darkbg border border-gray-300 dark:border-gray-600 rounded px-3 py-2 text-gray-900 dark:text-white">
</div>
@@ -69,7 +69,7 @@
<th class="p-3 w-10"></th>
<th class="p-3">Server</th>
<th class="p-3">Node</th>
<th class="p-3">Restart Time (UTC)</th>
<th class="p-3">Restart Time (Central)</th>
<th class="p-3">Status</th>
<th class="p-3">Skip</th>
</tr>