The DaytimeTCPClient class is a TCP implementation of a client for the
Daytime protocol described in RFC 867. To use the class, merely
establish a connection with
connect
and call getTime() to retrieve the daytime
string, then
call disconnect
to close the connection properly.