Run »
from datetime import time x = time(hour=15) print(x)
15:00:00