Re: [Jprogramming] datetime utc mod

2014-03-27 Thread Pascal Jasmin
c: Sent: Thursday, March 27, 2014 12:12:00 AM Subject: Re: [Jprogramming] datetime utc mod If this is of real interest - Windows 7 adjusts the clock for local DST in whatever region is involved- I know the time in New Zealand (important me as I have grandkids there) . This is related to

Re: [Jprogramming] datetime utc mod

2014-03-26 Thread Don Kelly
If this is of real interest - Windows 7 adjusts the clock for local DST in whatever region is involved- I know the time in New Zealand (important me as I have grandkids there) . This is related to network connections -off line it won't work.. In any case there is a 3 ,4, or 5 hour + a day, from

Re: [Jprogramming] datetime utc mod

2014-03-25 Thread Pascal Jasmin
ly  problematic. From: bill lam To: "programm...@jsoftware.com" Sent: Tuesday, March 25, 2014 9:19:07 PM Subject: Re: [Jprogramming] datetime utc mod conversion using utc bias is problematic because it changes every year by different governments. it can not work for a fu

Re: [Jprogramming] datetime utc mod

2014-03-25 Thread bill lam
p NB. take to first NUL > tzinfo=. tmp ( tmp=. _1&ic@(2&ic)&.> date{"1 tzinfo NB. read SYSTEMTIME structures > tzinfo=. tmp ( > tzstatus;tzbias; ) > > > ----- Original Message - > From: bill lam > To: "programm...@jsoftware.c

Re: [Jprogramming] datetime utc mod

2014-03-25 Thread Pascal Jasmin
date{"1 tzinfo NB. read SYSTEMTIME structures tzinfo=. tmp ( To: "programm...@jsoftware.com" Cc: Sent: Tuesday, March 25, 2014 8:48:44 PM Subject: Re: [Jprogramming] datetime utc mod there should be some api in libc or windows dll to get utc time directly IIRC. 26.03.2014, в

Re: [Jprogramming] datetime utc mod

2014-03-25 Thread bill lam
there should be some api in libc or windows dll to get utc time directly IIRC. 26.03.2014, в 2:30, Pascal Jasmin написал(а): > Here are additions I've made to datetime.ijs (addons/type) > > utcnow_z_ '' returns utc time tested on mac and windows. > > a question about 6!:0 ... when DST changes,

[Jprogramming] datetime utc mod

2014-03-25 Thread Pascal Jasmin
Here are additions I've made to datetime.ijs (addons/type) utcnow_z_ '' returns utc time tested on mac and windows. a question about 6!:0 ... when DST changes, will it report the changes without reloading J? Some OS change the time automatically, while others ask to change clock, or do they all