liamcottle / meshtastic-map

A map of all Meshtastic nodes heard via MQTT.
https://meshtastic.liamcottle.net
MIT License
97 stars 25 forks source link

Date format in a detail window #77

Open Coopersmith-24601 opened 1 month ago

Coopersmith-24601 commented 1 month ago

I believe this may be incorrect (for US dates anyway).

Screenshot 2024-10-03 at 11 51 55
liamcottle commented 1 month ago

Hey, dates are formatted as day/month/year. It's the less confusing format ;) I could probably change to 01/Jan/2024 instead of using numeric month, otherwise the other format that's generally used is year-month-day.

Coopersmith-24601 commented 1 month ago

Fair, completely fair. If so though then there is a discrepancy in the "From" and "To" section of the time period selection. ;)

liamcottle commented 1 month ago

Ohhh, true... I see that in your screenshot now :D I guess that's the browser putting it in that format, based on user locale. I'll have to investigate if this can be changed.