-
Notifications
You must be signed in to change notification settings - Fork 310
Description
Describe the bug
When I enter a card due date/time and save it, then go away and come back, the due time is incorrect. The time ends up being saved incorrectly by a factor of 7 hours. I live in a Pacific Standard timezone, so to me, it seems like Deck is saving the time in UTC and doesn't seem to care about where I live.
To Reproduce
Steps to reproduce the behavior:
- Make a Deck/Card
- Set a due date/time
- Navigate away from that deck and navigate back
- Observe the due date/time for that card again.
Expected behavior
I expect to set the date/time and have it save the way I set it, instead of it being several hours out of sync.
Client details:
- Arch Linux, Manjaro Linux (2 machines)
- Chromium 85 & Firefox 80
- Device: Desktop/Browser
Server details
Operating system: Raspbian Buster (Debian 10)
Web server: Apache
Database: MySQL
PHP version: 7.3
Nextcloud version: 19.0.2
Running in Docker
Where did you install Nextcloud from: https://ownyourbits.com/nextcloudpi/
**Signing status:**✔️
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
- accessibility: 1.5.0
- activity: 2.12.0
- audioplayer: 2.11.2
- bookmarks: 3.3.4
- bruteforcesettings: 2.0.1
- calendar: 2.0.4
- cloud_federation_api: 1.2.0
- comments: 1.9.0
- contacts: 3.3.0
- contactsinteraction: 1.0.0
- cookbook: 0.7.6
- dav: 1.15.0
- deck: 1.0.5
- encryption: 2.7.0
- federatedfilesharing: 1.9.0
- federation: 1.9.0
- files: 1.14.0
- files_markdown: 2.3.0
- files_pdfviewer: 1.8.0
- files_rightclick: 0.16.0
- files_sharing: 1.11.0
- files_trashbin: 1.9.0
- files_versions: 1.12.0
- files_videoplayer: 1.8.0
- firstrunwizard: 2.8.0
- forms: 2.0.4
- logreader: 2.4.0
- lookup_server_connector: 1.7.0
- maps: 0.1.6
- news: 14.2.2
- nextcloud_announcements: 1.8.0
- nextcloudpi: 0.0.1
- notes: 3.6.4
- notifications: 2.7.0
- oauth2: 1.7.0
- password_policy: 1.9.1
- photos: 1.1.0
- polls: 1.4.3
- privacy: 1.3.0
- provisioning_api: 1.9.0
- recommendations: 0.7.0
- serverinfo: 1.9.0
- settings: 1.1.0
- sharebymail: 1.9.0
- side_menu: 1.10.0
- social: 0.3.1
- spreed: 9.0.3
- support: 1.2.1
- survey_client: 1.7.0
- systemtags: 1.9.0
- tasks: 0.13.3
- text: 3.0.1
- theming: 1.10.0
- twofactor_backupcodes: 1.8.0
- twofactor_email: 1.0.1
- twofactor_totp: 5.0.0
- updatenotification: 1.9.0
- viewer: 1.3.0
- workflowengine: 2.1.0
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"0": "localhost",
"11": "184.66.8.116",
"1": "172.18.0.3",
"5": "nextcloudpi.local",
"7": "nextcloudpi",
"8": "nextcloudpi.lan",
"6": "192.168.0.227",
"4": "cloud.trevdev.ca",
"20": "cloud.trevdev.ca",
"12": "cloud.trevdev.ca"
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "19.0.2.2",
"overwrite.cli.url": "https:\/\/cloud.trevdev.ca\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"overwriteprotocol": "https",
"maintenance": false,
"loglevel": 2,
"htaccess.RewriteBase": "\/",
"mail_sendmailmode": "smtp",
"twofactor_enforced": "false",
"twofactor_enforced_groups": [
"tfa"
],
"twofactor_enforced_excluded_groups": [],
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"theme": "",
"app_install_overwrite": [
"twofactor_email",
"previewgenerator"
],
"mail_smtpsecure": "ssl"
}
}Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Logs
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Console:
10:14:07.382 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. main.js:1:1361801
10:14:07.712 Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). pagewrap.bundle.js:1:1151
10:14:07.712 Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”).
10:14:09.263 JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:551
10:14:09.310 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 2 globals.js:61:15
10:14:09.345 Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:61:15
10:14:09.368 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 3 globals.js:61:15
10:14:09.369 Notifications permissions granted App.vue:290
10:14:09.383
XHRGEThttps://cloud.trevdev.ca/ocs/v2.php/apps/notifications/api/v2/notifications
[HTTP/2 200 OK 578ms]
10:14:09.388 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:61:15
10:14:09.391 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:61:15
10:14:09.635 New search handler registered search.js:67:12
10:14:09.699
XHRGEThttps://cloud.trevdev.ca/apps/deck/boards
[HTTP/2 200 OK 413ms]
10:14:09.701
XHRGEThttps://cloud.trevdev.ca/apps/deck/config
[HTTP/2 200 OK 660ms]
10:14:09.705
XHRGEThttps://cloud.trevdev.ca/ocs/v2.php/cloud/groups
[HTTP/2 200 OK 556ms]
10:14:09.707
XHRGEThttps://cloud.trevdev.ca/apps/deck/boards/4
[HTTP/2 200 OK 755ms]
10:14:09.908 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 7 globals.js:61:15
10:14:09.913 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:61:15
10:14:09.943 session heartbeat polling started session-heartbeat.js:97:9
10:14:09.953 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 3 globals.js:61:15
10:14:09.955 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 8 globals.js:61:15
10:14:09.983 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:61:15
10:14:09.985 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 8 globals.js:61:15
10:14:10.006 Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”).
10:14:10.042 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 12 globals.js:61:15
10:14:10.048 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:61:15
10:14:10.071
XHRGEThttps://cloud.trevdev.ca/apps/encryption/ajax/getStatus
[HTTP/2 200 OK 469ms]
10:14:10.107 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 114 globals.js:61:15
10:14:11.571
XHRGEThttps://cloud.trevdev.ca/apps/deck/stacks/4
[HTTP/2 200 OK 251ms]
10:14:11.965 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 8 globals.js:61:15
10:14:14.695 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 97 globals.js:61:15
10:14:16.740
XHRGEThttps://cloud.trevdev.ca/apps/deck/cards/11/attachments
[HTTP/2 200 OK 187ms]
10:14:16.743
XHRGEThttps://cloud.trevdev.ca/ocs/v2.php/apps/deck/api/v1.0/cards/11/comments?limit=10&offset=0
[HTTP/2 200 OK 506ms]
10:14:16.745
XHRGEThttps://cloud.trevdev.ca/ocs/v2.php/collaboration/resources/deck-card/11?format=json
[HTTP/2 200 OK 669ms]
10:14:16.879 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 229 globals.js:61:15
10:14:22.366 This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! deck
10:14:22.369 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 143 globals.js:61:15
10:14:29.514
XHRPUThttps://cloud.trevdev.ca/apps/deck/cards/11
[HTTP/2 200 OK 246ms]
10:14:30.460 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.