Go to the first, previous, next, last section, table of contents.
CALL LTime(STime, TArray)
STime: INTEGER(KIND=1)
; scalar; INTENT(IN).
TArray: INTEGER(KIND=1)
; DIMENSION(9); INTENT(OUT).
Intrinsic groups: unix
.
Description:
Given a system time value STime, fills TArray with values
extracted from it appropriate to the GMT time zone using
localtime(3)
.
The array elements are as follows:
Go to the first, previous, next, last section, table of contents.