tensortrade.core.clock module¶
-
class
tensortrade.core.clock.Clock[source]¶ Bases:
objectA class to track the time for a process.
-
now(format: str = None) → datetime.datetime[source]¶ Gets the current time in the provided format. :param format: The format to put the current time into. :type format: str or None, optional
- Returns
datetime – The current time.
-