My date columns change format when I export my dashboard to CSV. Is there a way to keep their format from the dashboard → exporting?
What I’ve found:
The format of csv files is predetermined by your system. You can update this from the control panel (Windows) > clock and region >change date time.
If you don’t want the files to have trailing 0’s in the time stamp, you can convert your date into a string and extract the date parts you need and concatenate those together to get your desired format.