string time to time python check if the given string is a correcrt time represenationa of the 14 hour clock code example
Example: python - oordinated universal time
from datetime import datetime, timezone
print(datetime.now()) # timezone
print(datetime.now(timezone.utc)) # coordinated universal time