Skip to content

Optimized date handling in the getDateStatus() method by introducing a default...

Optimized date handling in the getDateStatus() method by introducing a default UTC timezone, explicitly specifying the timezone in createFromFormat(), and storing timestamps for auction start and end times. This improves code clarity, maintainability, and accuracy in date calculations, resulting in more efficient and concise code.

Closes #3389004

Merge request reports