Skip to content
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

Card due date in Activity stream incorrect #3214

Open
nooblag opened this issue Jul 24, 2021 · 6 comments
Open

Card due date in Activity stream incorrect #3214

nooblag opened this issue Jul 24, 2021 · 6 comments

Comments

@nooblag
Copy link

nooblag commented Jul 24, 2021

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Describe the bug
This could possibly be related to #2276, but the problem seems to be localised to the Activity stream only, hence opening new issue.

Problem: Times in the Activity stream relating to Deck cards are incorrect.

Our server is set to UTC+11 (or Australia/Melbourne timezone):

$ date +"%Z %z"
AEST +1000

$ timedatectl
                      Local time: Sun 2021-07-25 04:30:38 AEST
                  Universal time: Sat 2021-07-24 18:30:38 UTC
                        RTC time: n/a
                       Time zone: Australia/Melbourne (AEST, +1000)
       System clock synchronized: yes
systemd-timesyncd.service active: yes
                 RTC in local TZ: no

But it seems this is not respected for Deck activity.

To Reproduce
Steps to reproduce the behavior:

  1. Create a card with due date.
  2. Click on Activity app

Expected behavior
The date and time are displayed in the Activity stream the same as they are set on the card.

Actual behavior
The date and time are incorrect in the Activity stream.

Screenshots
In Activity stream:
1

Card details:
2

The correct time in this example for the Activity stream is 8pm, 23rd August 2021.

Client details:

  • OS: [e.g. iOS] Windows 10 and Linux Mint 20
  • Browser [e.g. chrome, safari] Firefox 90.0.2
  • Device: [e.g. iPhone6, desktop] PC
Server details

Operating system: Ubuntu 18.04 LTS

Web server: nginx/1.18.0

Database: psql (PostgreSQL) 10.17 (Ubuntu 10.17-0ubuntu0.18.04.1)

PHP version: PHP 7.4.21 (cli) (built: Jul 1 2021 16:09:23)

Nextcloud version: (see Nextcloud admin page) 21.0.3.1

Where did you install Nextcloud from: nextcloud.com

Signing status:

No errors have been found.

List of activated apps:

Enabled:
  - accessibility: 1.7.0
  - activity: 2.14.3
  - admin_audit: 1.11.0
  - announcementcenter: 5.0.0
  - apporder: 0.13.0
  - bruteforcesettings: 2.2.0
  - calendar: 2.3.1
  - camerarawpreviews: 0.7.11
  - cloud_federation_api: 1.4.0
  - cms_pico: 1.0.15
  - comments: 1.11.0
  - dav: 1.17.1
  - deck: 1.4.3
  - drawio: 1.0.1
  - event_update_notification: 1.3.0
  - external: 3.8.2
  - extract: 1.3.2
  - federatedfilesharing: 1.11.0
  - files: 1.16.0
  - files_downloadactivity: 1.11.1
  - files_pdfviewer: 2.1.0
  - files_readmemd: 1.2.0
  - files_rightclick: 1.0.0
  - files_sharing: 1.13.1
  - files_texteditor: 2.14.0
  - files_trashbin: 1.11.0
  - files_versions: 1.14.0
  - files_videoplayer: 1.10.0
  - firstrunwizard: 2.10.0
  - groupfolders: 9.0.2
  - impersonate: 1.8.0
  - integration_whiteboard: 0.0.14
  - logreader: 2.6.0
  - lookup_server_connector: 1.9.0
  - metadata: 0.14.0
  - notes: 4.1.0
  - notifications: 2.9.0
  - oauth2: 1.9.0
  - onlyoffice: 7.0.2
  - password_policy: 1.11.0
  - photos: 1.3.0
  - previewgenerator: 3.1.1
  - privacy: 1.5.0
  - provisioning_api: 1.11.0
  - quota_warning: 1.11.0
  - ransomware_protection: 1.11.0
  - recommendations: 1.0.0
  - serverinfo: 1.11.0
  - settings: 1.3.0
  - sharebymail: 1.11.0
  - systemtags: 1.11.0
  - tasks: 0.14.0
  - text: 3.2.0
  - theming: 1.12.0
  - twofactor_backupcodes: 1.10.0
  - updatenotification: 1.11.0
  - user_retention: 1.4.0
  - viewer: 1.5.0
  - workflowengine: 2.3.0
Disabled:
  - contacts
  - contactsinteraction
  - dashboard
  - encryption
  - federation
  - files_external
  - nextcloud_announcements
  - support
  - survey_client
  - user_ldap
  - user_status
  - weather_status

Nextcloud configuration:

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "tempdirectory": "***REMOVED SENSITIVE VALUE***",
        "skeletondirectory": "***REMOVED SENSITIVE VALUE***",
        "templatedirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "21.0.3.1",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "htaccess.RewriteBase": "\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": 2,
        "logtimezone": "Australia\/Melbourne",
        "mail_smtpmode": "smtp",
        "remember_login_cookie_lifetime": 0,
        "log_rotate_size": "10485760",
        "trashbin_retention_obligation": "auto, 14",
        "versions_retention_obligation": "auto, 365",
        "simpleSignUpLink.shown": false,
        "login_form_autocomplete": true,
        "filelocking.enabled": true,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": "6379",
            "dbindex": "0",
            "timeout": "1.5"
        },
        "maintenance": false,
        "default_phone_region": "AU",
        "default_locale": "en_AU",
        "force_locale": "en_AU",
        "default_language": "en",
        "force_language": "en",
        "defaultapp": "activity,files",
        "activity_expire_days": 180,
        "session_lifetime": 14400,
        "session_keepalive": false,
        "auth.webauthn.enabled": false,
        "overwriteprotocol": "https",
        "app_install_overwrite": [
            "activitylog",
            "files_readmemd"
        ],
        "updater.release.channel": "stable",
        "theme": "",
        "connectivity_check_domains": [
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "forwarded_for_headers": [
            "HTTP_CF_CONNECTING_IP"
        ],
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
    }
}

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No

Logs

Nextcloud log (data/nextcloud.log)

No errors

Browser log

OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 2 globals.js:60:15
jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 4 globals.js:60:15
jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 40 globals.js:60:15
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 100 util.js:133:11
@ckalmighty
Copy link

Hello,

This is my first time posting, so I apologize in advance for any breaches in protocol. I just wanted to add my two cents.

I have verified that I see the same issue in Activity (cards have a timezone set to UTC +0, yet my local timezone is New York, currently EDT, UTC -4), despite the time appearing correctly under "Deck".

What actually brought me here was that I noticed the same issue when viewing Cards from the Tasks section by ticking the option: "Show boards in calendar/tasks" under Settings within Deck. My guess is that the 2 issues are related. Interestingly enough, I checked Calendar, and the correct time is showing up for the Card, so I'm at a loss and i hope someone much more knowledgeable than me can fix this :-)

Off-topic: Thank you to everyone that has built and contributed to Nextcloud. It's really a fantastic platform. I have only written (more than just simple) scripts in PowerShell, but I am willing to learn another language or languages if that means I can contribute in some way... I would just need someone familiar enough with Nextcloud to give me a good starting place, and let me know which language or languages I need to learn.

Thank you,

CK

@nooblag
Copy link
Author

nooblag commented Sep 9, 2021

Should this issue be posted here or for the Activity app?

@ckalmighty
Copy link

The issue I've encountered is present under Tasks as well, so I don't think it's isolated to the Activity app.

@juliusknorr
Copy link
Member

The issue is basically that the date is formatted on the backend when the activity app prepares the entries. I see two possible ways to solve this:

  • Allow to set a custom header with the users timezone that is then picked up by the activity app backend (might be useful also for mobile clients)
  • Implement some javascript logic to replace the timestamp fields in activity messages dynamically depending on the users timezone

@nooblag
Copy link
Author

nooblag commented Sep 12, 2021

Handling dates/times based on the user's timezone is the way to go---whether that's information discerned from the browser or from their Nextcloud user profile I don't know. But whatever you think will work best to fix this problem. 👍

@ckalmighty
Copy link

Would the proposed solutions also correct the "Tasks" issue that I detailed above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants