getTimeSupplier

@NotNull
abstract fun getTimeSupplier(): @NotNull TimeSupplier

Gets the current time supplier. Time supplier is used in sources, so you can change the time supplier to prevent closing the sources in environments with custom time (for example, in replays). Default is SystemTimeSupplier.

Return

The current time supplier.