Skip to content

Spaces around operators.

Fixed missing spaces around operators.

There were several instances of 24*60*60 so replaced with a "ONE_DAY" constant. Also added "TWENTY_THREE_HOURS" and "FIFTY_NINE_MINUTES" constants for improved clarity.

There were also a couple of cases of 86400 that I replaced with the ONE_DAY constant.

Closes #3433216

Merge request reports