caf.toolkit.timing#

Common utility functions for handling date and times.

Functions

current_milli_time()

Get the current system time in milliseconds.

get_datetime([time_format, precision])

Get the current datetime at different precisions.

get_time()

Get the current time with millisecond precision.

time_taken(start_time, end_time)

Format the time taken into hours, minutes and seconds.