Module Loader screen doesn't honor timezones and has inconsistent date formatting #4299

Open
opened 2026-02-20 16:15:54 -05:00 by deekerman · 0 comments
Owner

Originally created by @webster on GitHub (May 15, 2020).

Issue

There are two related issues on the Module Loader screen, which is located at the URL path /index.php?module=Administration&view=module&action=UpgradeWizard.

This page has two sections. There's a top section ("The following extensions are installed on this system:") and a bottom section (not meaningfully labeled, but maybe references packages?).

The top section of the screen shows timestamps like this: 05/15/2020 22:29

The bottom section shows timestamps like this: 2020-05-16 03:06:21.

This presents two problems:

  1. The bottom section is not honoring timezones, i.e. it was not 03:06, it was 22:06.

  2. The bottom section is not honoring date display formats, i.e. it is displaying "YYYY-MM-DD HH:mm:SS" instead of "MM/DD/YYYY HH:mm".

Expected Behavior

  1. Ideally, timezones are honored and instead of displaying 03:06, it would display 22:06. Alternatively, if timezones cannot be honored, the time displayed should have a label to identify that it is being displayed in UTC time.

  2. All date/time displays are consistent in formatting in both the date ordering, and in the time display showing with or without seconds.

Thank you!

Actual Behavior

Noted above.

Possible Fix

Noted above.

Steps to Reproduce

Noted above.

Context

Very low priority.

Your Environment

  • SuiteCRM Version used: 7.11.13
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome 81
  • Environment name and version (e.g. MySQL, PHP 7): PHP 7.2
  • Operating System and version (e.g Ubuntu 16.04): Ubuntu 18.04 LTS
Originally created by @webster on GitHub (May 15, 2020). <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue There are two related issues on the Module Loader screen, which is located at the URL path ```/index.php?module=Administration&view=module&action=UpgradeWizard```. This page has two sections. There's a top section ("The following extensions are installed on this system:") and a bottom section (not meaningfully labeled, but maybe references packages?). The top section of the screen shows timestamps like this: ```05/15/2020 22:29``` The bottom section shows timestamps like this: ```2020-05-16 03:06:21```. This presents two problems: 1. The bottom section is not honoring timezones, i.e. it was not 03:06, it was 22:06. 2. The bottom section is not honoring date display formats, i.e. it is displaying "YYYY-MM-DD HH:mm:SS" instead of "MM/DD/YYYY HH:mm". <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Ensure that all code ``` is surrounded ``` by triple back quotes. This can also be done over multiple lines --> #### Expected Behavior <!--- Tell us what should happen --> 1. Ideally, timezones are honored and instead of displaying 03:06, it would display 22:06. Alternatively, if timezones cannot be honored, the time displayed should have a label to identify that it is being displayed in UTC time. 2. All date/time displays are consistent in formatting in both the date ordering, and in the time display showing with or without seconds. Thank you! #### Actual Behavior Noted above. #### Possible Fix Noted above. #### Steps to Reproduce Noted above. #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> Very low priority. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.11.13 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome 81 * Environment name and version (e.g. MySQL, PHP 7): PHP 7.2 * Operating System and version (e.g Ubuntu 16.04): Ubuntu 18.04 LTS
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SuiteCRM-SuiteCRM#4299
No description provided.