Figuring out the fastest way to get the minutes between two dates
Comparing performance of:Luxon (from string) vs Luxon (from existing DateTimes) vs Raw math (from minutes) vs Raw math (from milliseconds) vs Javascript date time object (string parsing) vs Javascript date time object (already created)