Time Utilities

Date Utils

class BBDateTimeUtils

Bases: object

A utility for managing date and time.

classmethod get_current_real_date_time()

Retrieve the current date and time in Real Life.

Returns:

The current real date and time in Real Life.

Return type:

datetime

classmethod get_current_real_date_time_string()

Retrieve the current date in Real Life as a pre-formatted string.

Returns:

The string representation of the current date and time in real life.

Return type:

str