sselfridge / mapper.bike

3 stars 0 forks source link

Handle all dates as UTC - parse on FE #15

Closed sselfridge closed 2 years ago

sselfridge commented 2 years ago

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

sselfridge commented 2 years ago

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.

sselfridge commented 2 years ago

fixed by PR #18