# Variables
AutoEndPoint is the variable that will contain the URL at which we send a HTTP GET request to get the time.
TimezoneEndPoint is the variable that will contain the URL to which we append the timezone And send a GET HTTP request to get time.
# Structs
ArgumentSkeleton is the structure where all of the relevant command line arguments are stored by the cobra package.