fix ChartJS would randomly assign date markers and I would write them as YYYY but they were actually like 2017-04 and 2019-09 but would show as 2017 and 2019; now switch to YEAR units properly #nomads
detect timezone in JS for Americas, then AJAX to server to check GeoIP to detect US and set Imperial system in JS and set cookie so we don’t have to check again on further page loads for static non member cache frontpage #nomads
fix linebreaks/spacing in city, country names in trips.db because I stopped removing linebreaks in HTML output of PHP but that started adding spacing, so then things like the country map didn’t work anymore (via @meedamian) #nomads