Return the current system time AST_CURRENTTIME
Values of AST__BAD will be returned if this function is invoked with STATUS set to an error value, or if it should fail for any reason.
It is assumes that the system time (returned by the C time() function) follows the POSIX standard, representing a continuous monotonic increasing count of SI seconds since the epoch 00:00:00 UTC 1 January 1970 AD (equivalent to TAI with a constant offset). Resolution is one second.
An error will be reported if the TimeFrame has a TimeScale value which cannot be converted to TAI
(e.g. "
angular"
systems such as UT1, GMST, LMST and LAST).
Any inaccuracy in the system clock will be reflected in the value returned by this function.