Skip to main content

pytime_as_time

No overview available.

def pytime_as_time(
pytime: datetime.time
) - > time

Converts a Python datetime.time object into a standard time representation.

Parameters

NameTypeDescription
pytimedatetime.timeThe Python datetime.time instance to be converted.

Returns

TypeDescription
timeThe converted time object in the target format.