allow DM by new users (signed up within last 7 days) to mutual likes / matches on friend finder / dating because people would sign up, get a match and then not be able to msg causing frustration #nomads
fix division by zero because if midnight it would divide by hours to extrapolate but it’s division by 0 and then * 24 so change to time instead #nomads
change cachebuster to server set YYYY-ww (year-week) because some users have the wrong date set like this guy has his computer clock set to June 2022 when it’s January 2022 #nomads
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