You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe time in calendar in 24h format (no more am/pm: GOOD!), but also observe 11/14/2022 (month/day/year: not so good ;-) )
Expected behavior
Dates should be rendered using the format string from the users' locale (e.g. day-month-year, for Dutch locales).
Actual behaviour
Dates are rendered using the (in my opinion, silly) American format of month/day/year.
I noticed time did get fixed from the am/pm weirdness to "normal" 24h times when changing the locale setting for the user, but this didn't apply for dates (tried logging out and back in again to no avail).
Calendar app version
4.1.0
CalDAV-clients used
(just nextcloud native client in the browser)
Browser
Firefox 106.0.2
Client operating system
OpenBSD -current
Server operating system
OpenBSD -current
Web server
Other
Database engine version
MariaDB
PHP engine version
PHP 8.1
Nextcloud version
25.0.0
Updated from an older installed version or fresh install
I'm running nextcloud on OpenBSD httpd, the webserver included in the OpenBSD distribution. I have nextcloud installed from packages (working great so far - thanks for a very cool product!)
Seems to be a simple case of a forgotten format string conversion for locale settings; I've provided configuration and the list of installed apps anyway. Hope it's easy to reproduce on other environments!
The text was updated successfully, but these errors were encountered:
I tried to reproduce this on the latest main and it seems fixed. There were some improvements to locale handling in the meantime that likely fixed your issue.
If not, please do not hestitate to reopen the ticket or create a new one. Thanks :)
Steps to reproduce
Expected behavior
Dates should be rendered using the format string from the users' locale (e.g. day-month-year, for Dutch locales).
Actual behaviour
Dates are rendered using the (in my opinion, silly) American format of month/day/year.
I noticed time did get fixed from the am/pm weirdness to "normal" 24h times when changing the locale setting for the user, but this didn't apply for dates (tried logging out and back in again to no avail).
Calendar app version
4.1.0
CalDAV-clients used
(just nextcloud native client in the browser)
Browser
Firefox 106.0.2
Client operating system
OpenBSD -current
Server operating system
OpenBSD -current
Web server
Other
Database engine version
MariaDB
PHP engine version
PHP 8.1
Nextcloud version
25.0.0
Updated from an older installed version or fresh install
Fresh install
List of activated apps
Nextcloud configuration
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
I'm running nextcloud on OpenBSD httpd, the webserver included in the OpenBSD distribution. I have nextcloud installed from packages (working great so far - thanks for a very cool product!)
Seems to be a simple case of a forgotten format string conversion for locale settings; I've provided configuration and the list of installed apps anyway. Hope it's easy to reproduce on other environments!
The text was updated successfully, but these errors were encountered: