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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user