38
39
return time.strftime("%Y-%m-%dT%H:%M:%SZ", time_tuple)
40
41
return time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime())
46
Split the given URL into the scheme, host, port, and path.
55
@return: A four-tuple of the scheme, host, port, and path of the URL. All
76
return scheme, host, port, path