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

WSContest tool: Add UTC timezone indicators to date and time display #71

Closed
wants to merge 2 commits into from

Commits on Jul 10, 2024

  1. WSContest tool: Add UTC timezone indicators to date and time display

    Previously, the WSContest tool (https://wscontest.toolforge.org/c/93) displayed start and end dates and times without specifying that they were in Coordinated Universal Time (UTC). This caused confusion among participants who assumed the times were in their local timezone.
    
    This commit modifies the template to explicitly append "UTC" to the displayed start and end dates and times:
    - Start date and time: 2023-03-06 00:00:00 UTC
    - End date and time: 2023-03-20 00:00:01 UTC
    
    By adding these indicators, we clarify that all displayed times are in UTC, ensuring consistency in understanding across participants and avoiding potential timezone confusion.
    
    Bug: T331225
    Aditya0545 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8ed4f36 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Previously, the WSContest tool (https://wscontest.toolforge.org/c/93)…

    … displayed start and end dates and times without specifying that they were in Coordinated Universal Time (UTC). This caused confusion among participants who assumed the times were in their local timezone.
    
    This commit modifies the template to explicitly append "UTC" to the displayed start and end dates and times:
    
    Start date and time: 2023-03-06 00:00:00 UTC
    End date and time: 2023-03-20 00:00:01 UTC
    By adding these indicators, we clarify that all displayed times are in UTC, ensuring consistency in understanding across participants and avoiding potential timezone confusion.
    
    Bug: T331225
    Aditya0545 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ec7a7cc View commit details
    Browse the repository at this point in the history