Skip to content

SparkReporter - Timestamps - Datetime formats are not unified #293

Description

@rado-o

Version: 5.0.7
Reporter: SparkReporter

Issue:

Date:
I noticed, date format is not changeable across the pages/sections: eg. in the test detail head the date has unusual format MM.dd.yyyy. (is unusual at least in Europe).
I tried to set up timestamp format using following config setter, however, I see no change on any place.
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy, HH:mm");
or
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy, HH:mm:ss");
or
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy");

Time:
Time formats are not unified either: in the test item there is full time used (eg. 14:18:38 PM), however, in the log steps the shortened (2:18:38 PM) time is used.

The unified datetime format across all sections would bring better user experience with.

Screenshot:
Test_Item_Page

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions