sselfridge/mapper.bike

Handle all dates as UTC - parse on FE

Closed this issue · 2 comments

Also might want to see about moving to a different library than moment as its in maintenance mode now days.

switched over to dayJS instead of moment on server.

working on FE side now, but having some odd behavior on the after/before day setting. Not sure why we were using js new Date() instead of moment for day calc, going to look in to switching them over to dayjs so all time is done with the same library.

fixed by PR #18