Could somebody please clarify how Observable Plots handles Date values? I’m able to make it work with ISO values, and I’m able to make it work with basic Date values (e.g. “2025-01-12”), but I’d like to be more specific with the formatting of the data I’ve got coming in so it’s resilient to various timezones within the same dataset.
With that in mind, I’m mapping over my array before inserting it into my plot(s), and I’d like to know how much freedom I have to format my outputted data.
Cheers!