I am copying calls from a Google Sheets into a Calc ods file. Two columns have date and time in the format 03/10/2026 09:00:00 that should correspond to DD/MM/YYYY HH:MM:SS.
It is being rendered as DD/MM/YY HH:MM in the cells but the formula bar shows the DD/MM/YYYY HH:MM:SS format.
I needed to change the time of one of these entries from 09:00:00 to 13:00:00. As soon as I change the entry, it becomes a text cell (left justified and impossible to format in any other way.
I tried:
- Editing the content in the formula bar and in the cell.
- Changing the cell date format to the DD/MM/YYYY HH:MM:SS before editing.
- Changing the cell date format to the DD/MM/YY HH:MM before editing and entering the edited date/time in that format.
Hereâs a redacted copy of the file:
Test.ods (10.9 KB)
Nothing seems to work to conserve the cell continue to be recognised as a date/time.
What am I doing wrong?