date format does not follow system format
I understand that zotero attempts to follow the system date format for e.g. "date added" or "date modified". I don't see this being the case.
On
macOS 13.3 (22E252)
Zotero version 6.0.23
With these relevant settings
```
∴defaults read ~/Library/Preferences/.GlobalPreferences AppleICUDateFormatStrings
{
1 = "y-MM-dd";
}
∴defaults read NSGlobalDomain AppleICUDateFormatStrings
{
1 = "y-MM-dd";
}
```
I expect to see the date format to be ISO-8601 format (YYYY-MM-DD) but instead see what looks like "M/D/Y")
Is this expected? Is there a way to fix this?
On
macOS 13.3 (22E252)
Zotero version 6.0.23
With these relevant settings
```
∴defaults read ~/Library/Preferences/.GlobalPreferences AppleICUDateFormatStrings
{
1 = "y-MM-dd";
}
∴defaults read NSGlobalDomain AppleICUDateFormatStrings
{
1 = "y-MM-dd";
}
```
I expect to see the date format to be ISO-8601 format (YYYY-MM-DD) but instead see what looks like "M/D/Y")
Is this expected? Is there a way to fix this?
Is there an open bug tracker for this? It seems wrong. m/d/y is confusing especially as nothing else on my system uses it and it quite atypical to read.
Note that I'm not asking for custom date formats in Zotero (as nice as that would be) but for Zotero to actually follow the system format as described in other forum threads and its documentation.
So, how do I permanently fix the format used by Zotero to display fields such as "Date Added" so that it always follows ISO-8601 convention for dates and 24-hour format for time, i.e. uses the following notation?
YYYY-MM-DD HH:MM:SS