This issue tracks the modification of the current time retrieval method in the codebase. The proposed change aims to centralize the method of obtaining the current system time. This is accomplished by replacing direct calls to System.currentTimeMillis() with a centralized method, systemHelper.getCurrentTimeAsLong(). This change ensures consistency and maintainability in how the system time is accessed across various classes.
This issue tracks the modification of the current time retrieval method in the codebase. The proposed change aims to centralize the method of obtaining the current system time. This is accomplished by replacing direct calls to System.currentTimeMillis() with a centralized method, systemHelper.getCurrentTimeAsLong(). This change ensures consistency and maintainability in how the system time is accessed across various classes.