- convert_time(+Stamp, -String)
- Convert a time-stamp as obtained though get_time/1 into a textual
representation using the C-library function
ctime()
. The value is
returned as a SWI-Prolog string object (see section 4.23). See
also convert_time/8.
- deprecated
- - Use format_time/3.