| ▲ | tshaddox 10 hours ago | |
It's a common source of off-by-one date formatting bugs in client-rendered web apps, particularly ones that pass around "YYYY-MM-DD" date strings (common for OpenAPI JSON APIs). | ||
| ▲ | jazzyjackson 7 hours ago | parent [-] | |
I'm having flashbacks to writing Power Automate expressions to reconcile Dates passed from Outlook metadata to Excel Basically just extracting numbers from string index or regex and rearranging them to a string Excel would recognize | ||