Skip to content

Commit

Permalink
update est function
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Feb 14, 2025
1 parent 1a8af67 commit 8f213b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoBoundaryBuilder/monitor/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h2>System Status</h2>
processed24hEl.style.color = getProcessed24hColor(data.processed_24h);

const oldestReadyEl = document.getElementById('oldest-ready');
oldestReadyEl.textContent = formatDate(data.oldest_ready);
oldestReadyEl.textContent = formatDateEST(data.oldest_ready);
oldestReadyEl.style.color = getOldestReadyColor(data.oldest_ready);

// Update status grid
Expand Down

0 comments on commit 8f213b3

Please sign in to comment.