Skip to content

Hardcoded date in getElapsedDate() #1

@pmouawad

Description

@pmouawad

Hello,
First thanks for this interesting plugin.

I noticed in getElapsedDate() this:
String sElapsed = String.format("2017-01-01 %02d:%02d:%02d", cal.get(Calendar.HOUR_OF_DAY), cal.get(Calendar.MINUTE), cal.get(Calendar.SECOND));

Is it regular that 2017-01-01 is hard coded ?
Why not use the day of load test ?
Thanks

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions