I propose that timestamp conversion in cells should be able to customize in the settings windows, so the user can choose the format.
So basically there should be a textfield in the settings windows with a default value with a standard format.
The formatting syntax should follow a standard, e.g. https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table.
This enables formatting such as
MM/DD/YYYY - HH:mm:ss zzzz (almost same as current format)
YYYY-MM-DD HH:mm:ss zzzz (my preferred format)
The user is then able to customize the timestamp conversion as desired.
Of course it requires some logic to handle when the settings windows is saved+closed. The current rendered view should then reload with the new timestamp format.
I propose that timestamp conversion in cells should be able to customize in the settings windows, so the user can choose the format.
So basically there should be a textfield in the settings windows with a default value with a standard format.
The formatting syntax should follow a standard, e.g. https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table.
This enables formatting such as
MM/DD/YYYY - HH:mm:ss zzzz(almost same as current format)YYYY-MM-DD HH:mm:ss zzzz(my preferred format)The user is then able to customize the timestamp conversion as desired.
Of course it requires some logic to handle when the settings windows is saved+closed. The current rendered view should then reload with the new timestamp format.