Closed gdfreitas closed 4 weeks ago
Changes parsing of observation date to prevent tooltips to display wrong date. It was displaying 1 day before the observation date provided.
The new Date constructor was implicit considering user's timezone when building the date, which is not necessary for this particular use case.
new Date
Fix
Changes parsing of observation date to prevent tooltips to display wrong date. It was displaying 1 day before the observation date provided.
Notes
The
new Date
constructor was implicit considering user's timezone when building the date, which is not necessary for this particular use case.