Fix FSP/LSP times (again)

This commit is contained in:
D. Berge
2025-07-28 12:04:27 +02:00
parent df193a99cd
commit cd3bd8ab79

View File

@@ -1177,8 +1177,8 @@ export default {
`${p.num_points} Points</br>\n` +
`${p.length} m ${p.azimuth.toFixed(2)}°</br>\n` +
`${duration} @ ${speed.toFixed(1)} kt</br>\n` +
`<b>${p.fsp}</b> @ ${p.ts0}</br>\n` +
`<b>${p.lsp}</b> @ ${p.ts1}`;
`<b>${p.fsp}</b> @ ${p.ts0.toISOString()}</br>\n` +
`<b>${p.lsp}</b> @ ${p.ts1.toISOString()}`;
if (p.remarks) {
html += `</br>\n<hr/>${p.remarks}`;