As mentioned in #123 TimeSpanConverter produced wrongly formatted (non JSON) floating point numbers on systems with comma (or any other decimal mark) instead of dot causing the Glimpse HUD not showing at all as $.getJson doesn't return without error.
The produced JSON on a system with comma as seperator before this PR looked like this:
As mentioned in #123 TimeSpanConverter produced wrongly formatted (non JSON) floating point numbers on systems with comma (or any other decimal mark) instead of dot causing the Glimpse HUD not showing at all as $.getJson doesn't return without error.
The produced JSON on a system with comma as seperator before this PR looked like this:
After this PR the json will look like this: