On 5/16/2011 2:13 PM, Michael Lude wrote:
On Mon, 16 May 2011 21:03:29 +0100, Dougie Lawson<dl1...@gmail.com>  wrote:

On 16 May 2011 20:01, Michael Ludé<ml...@illustro.com>  wrote:
I can't seem to find this, I'm sure that someone on this list knows the
answer. How can I find the difference between what STCK returns and the UTC
or GMT time? And, is the timezone identifier (e.g. PST, EDT, etc.) available?

CVTLDTO gives you the offset, CVTLSO is the number of leap seconds.

  LG    R1,StckTimeStamp
  ALG   R1,CVTLDTO
  SLG   R1,CVTLSO
  STG   R1,LocalTime
Ah, just what I needed. Thanks!

Note that because CVTLDTO changes periodically and CVTLSO
changes secularly, this procedure is not correct for
timestamps stored in log files.

And it doesn't provide the identifier.

-- gil

Reply via email to