Dear Juergen, Better, but a )CLEAR and )LOAD is returning ⎕TZ to its default value. It should not. IBM APL 2 does not. This way you can have a program that sets ⎕TZ and it remains until you explicitly change it.
Thanks. Blake On Tue, Nov 11, 2014 at 10:02 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > I have .changed the code so that *⎕TZ* is not read on )LOAD. *SVN 506*. > > /// Jürgen > > > On 11/11/2014 12:26 PM, Juergen Sauermann wrote: > > Hi Blake, > > could you please check if ⎕TZ has changed when this happens? > I had a look at the time related code but could not find anything wrong. > > /// Jürgen > > > > On 11/11/2014 06:45 AM, Blake McBride wrote: > > A more complete demo: > > ⎕TS > 2014 11 10 23 43 5 559 > )load Utils > SAVED 2014-11-11 00:27:03 (GMT-5) > ⎕TS > 2014 11 11 0 43 14 503 > )off > > Goodbye. > blake@sony-linux-laptop ~ $ date > Mon Nov 10 23:43:20 CST 2014 > > > The date from bash is correct. > > Thanks. > > Blake > > > On Mon, Nov 10, 2014 at 11:40 PM, Blake McBride <blake1...@gmail.com> > wrote: > >> The following is all within one minute: >> >> ⎕TS >> 2014 11 10 23 38 53 372 >> )Load Utils >> SAVED 2014-11-11 00:27:03 (GMT-5) >> ⎕TS >> 2014 11 11 0 39 6 39 >> >> >> >> >> On Mon, Nov 10, 2014 at 11:38 PM, Blake McBride <blake1...@gmail.com> >> wrote: >> >>> >>> ⎕TS >>> 2014 11 10 23 28 47 416 >>> . >>> . >>> . >>> ⎕TS >>> 2014 11 11 0 32 15 228 >>> )OFF >>> >>> Goodbye. >>> blake@sony-linux-laptop ~ $ date >>> Mon Nov 10 23:35:43 CST 2014 >>> >>> >>> All of the above lines were typed within a few minutes of each other, >>> i.e. the same hour. >>> >>> ⎕TS is sometime an hour off. Not sure what makes it mess up yet. >>> >>> Thanks. >>> >>> Blake >>> >>> >> > > >