Fernando de Noronha is an amazing place, but unfortunately i'm not there. I'm playing with a small ZPDT and probably there are time issues in this server.
Anyway, thank you all for your time and attention. Best Regards Ituriel Em terça-feira, 1 de fevereiro de 2022 16:42:27 BRT, Paul Gilmartin <[email protected]> escreveu: 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
