TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-218
#INTERPRETTIMESTAMP Built-In Function
#INTERPRETTIMESTAMP Built-In Function
Use #INTERPRETTIMESTAMP to convert a four-word timestamp to its date and time
components.
four-word-timestamp
is the timestamp to be converted.
Result
#INTERPRETTIMESTAMP returns a space-separated list of nine numbers, consisting
of the Julian day number, year, month, day, hour, minute, second, millisecond, and
microsecond.
Example
This example illustrates #INTERPRETTIMESTAMP output:
21> #OUTPUT [#INTERPRETTIMESTAMP [#JULIANTIMESTAMP]]
2447701 1991 6 23 22 29 42 784 566
#INTERPRETTIMESTAMP four-word-timestamp