How about the facility to change MM/DD/YYYY to DD/MM/YYYY?

How about the facility to change the date format from MM/DD/YYYY to to DD/MM/YYYY?

It depends on which version of the My Cloud you have Gen1 or Gen2. On the gen1 you can set LC_ALL=“de_DE.UTF-8”;export LC_ALL
This will change the date format for Germany. When you log in thru ssh you can set this environment variable and any commands run after will have the German date format. To There is a file called /etc/enviroment currently it is empty. I think you can edit the file to to contain the LC_ALL statement. reboot and hopefully it will have the correct format. other wise you will need to use the S98user-start init file to change the format. Things to google are locale and LC_ALL.
Not sure how to do this on the gen2. I don’t currently have a gen2 system booted.
Hope this helps.