On Tue, 1 Feb 2022 19:13:03 +0000, Ituriel do Neto wrote:
>
>Thank you for your time.
>
You're welcome.

>Adding the login option in BPXWUNIX did the trick.
>    ...
>To correct it, I had to include CEEOPTS DD card as below :
>
>//CEEOPTS   DD   *   
>ENVAR('TZ=GMT-2')    
>
>It did the trick, but i still don't know why this time difference, since z/OS 
>D T command show me the correct timezone.
>
(I'm guessing) C uses TZ; D T uses CVTLDTO
<https://www.ibm.com/docs/en/zos/2.5.0?topic=correlator-cvt-information>.
Different hands; different motives.  Thus my rant about consistency a few plies 
ago.

Can you (do you need to) make your code portable by such as:
    putenv( system( "TZ=$( echo $TZ )" )?  (needs work.)

BTW, the only place I see on the map that matches your TZ offset is Fernando de 
Noronha.
Do I guess right?

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to