| www.delorie.com/gnu/docs/gcc/g77_514.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
CALL Time(Time) |
Time: CHARACTER*8; scalar; INTENT(OUT).
Intrinsic groups: vxt.
Description:
Returns in Time a character representation of the current time as
obtained from ctime(3).
Programs making use of this intrinsic might not be Year 10000 (Y10K) compliant. For example, the date might appear, to such programs, to wrap around (change from a larger value to a smaller one) as of the Year 10000.
See section 8.11.9.101 FDate Intrinsic (subroutine), for an equivalent routine.
For information on other intrinsics with the same name: See section 8.11.9.245 Time Intrinsic (UNIX).
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |