


% -*- texinfo -*-
% @deftypefn {Function File} {} clock
% Return a vector containing the current year, month (1-12), day (1-31),
% hour (0-23), minute (0-59) and second (0-61). For example,
%
% @example
% @group
% clock
% @result{} [ 1993, 8, 20, 4, 56, 1 ]
% @end group
% @end example
%
% The function clock is more accurate on systems that have the
% @code{gettimeofday} function.
% @end deftypefn