Get the current time in seconds
ULong_Type _time ()
The _time
function returns the number of elapsed seconds since
00:00:00 GMT, January 1, 1970. The ctime
function may be used
to convert this into a string representation.
ctime, time
Convert a calendar time to a string
String_Type ctime(ULong_Type secs)
This function returns a string representation of the time as given
by secs
seconds since 1970.
time
Return the current data and time as a string
String_Type time ()
This function returns the current time as a string of the form:
Sun Apr 21 13:34:17 1996
message, substr