Skip to content

Instantly share code, notes, and snippets.

@amirv
amirv / exodussail.geojson
Last active May 5, 2026 14:56
Location track (auto-updated)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
From 1e3804595b68e750446c28b31333307b30a34edb Mon Sep 17 00:00:00 2001
From: Amir Vadai <amir@vadai.me>
Date: Thu, 16 Jun 2016 22:55:10 +0300
Subject: [PATCH] Logs: Fix zero width blocks in logs timeline
Blocks in the log timeline are shown as thin lines - this is because the
end time is not calculated properly. Date constructor accepts
milliseconds and duration is in secconds.
This is a regression introduced in commit e428260 ("Logs: Adjust for
negative duration due to firmware bug").