I have a problem with data conversion.
With the strtime function I convert the string into the date format I want and write it in an EXCEL cell. When I open EXCEL, it detects the format (through the EXCEL cell format menu) but not quite ... because it aligns it to the left as if it were not, and in fact it is like that because when I treat it in another process, it does not recognize it as date.
If I take the date column and replace the bar with the bar (which does not suffix anything) the cell is already aligned to the left and I can process it in later processes.
How could I fix it ... = some idea ..