Different formats of dates are saved in csv when running the workflow from studio and from robot assistant

I am running the process from studio and through Robot assistant. The data is getting stored in the csv file which is same for both (since both are same process) but the field ‘date’ is getting strored in different format. i.e. when executed from studio its saving as ‘08/31/2020’ but when robot assistant is executing the same process its storing as ‘09-02-2020’.
Note: formats differ not the actual date

Is there a question or error?

Its not an error but its an inconsistency that execution from different places for same process is resulting different output

You could format the date before you write it so that it does not matter how the date variable was formatted on the input side.