-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong year is displayed sometimes #434
Comments
I just discovered this bug as well. It occurs with January 2016 (wrongly displayed as "January 2015") for me as well, such that my calendar essentially has two January 2015s (January 2015 & January 2016). Using Nextcloud 11.0.3 and Calendar App 1.5.3. |
@zirydy Please provide information about the language you use. |
@georgehrke |
@georgehrke |
I can also confirm this issue for Nextcloud version 12.0.3 with calendar 1.5.5 and German language. |
Steps to reproduce
Expected behaviour
January 2016 should be displayed
Actual behaviour
The indicator (sometimes) displays January 2016 as January 2015.
Might this be because 2015 has 53 weeks?
Server configuration
Locale is English UK so the weeks start on Mondays.
Operating system: Arch
Web server: Nginx
Database: MariaDB
PHP version: 7.1.4
Server version: 11.0.2
Calendar version: 1.5.2
Updated from an older installed version or fresh install: Update
Signing status (ownCloud/Nextcloud 9.0 and above): No errors have been found.
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"enable_previews": true,
"preview_libreoffice_path": "/usr/bin/libreoffice",
"forcessl": true,
"mail_from_address": "admin",
"mail_smtpmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "localhost",
"mail_smtpport": "25",
"theme": "",
"maintenance": false,
"loglevel": 0,
"trashbin_retention_obligation": "auto",
"singleuser": false,
"updatechecker": false,
"htaccess.RewriteBase": "/owncloud"
}
}
Are you using external storage, if yes which one: local
Are you using encryption: yes
Are you using an external user-backend, if yes which one: N/A
Client configuration
Browser: Vivaldi & FF
Operating system: LMDE2
CalDAV-clients: N/A
Browser log
The text was updated successfully, but these errors were encountered: