Re: timestamp arithmetics in C function

2018-09-11 Thread Lutz Gehlen
Hi Adrian, thanks for the encouragement. If anyone can comment on the code, I'd still be very interested. Cheers, Lutz On Thursday, 06.09.2018 06:27:14 Adrian Klaver wrote: > On 09/03/2018 09:11 AM, Lutz Gehlen wrote: > > Hello all, > > > > unfortunately, I have so far not received a reply to

Re: timestamp arithmetics in C function

2018-09-06 Thread Adrian Klaver
On 09/03/2018 09:11 AM, Lutz Gehlen wrote: Hello all, unfortunately, I have so far not received a reply to my question below. I am well aware that no one has an obligation to reply; I was just wondering whether I phrased my question badly or whether there is anything else I could do to improve i

Re: timestamp arithmetics in C function

2018-09-03 Thread Lutz Gehlen
Hello all, unfortunately, I have so far not received a reply to my question below. I am well aware that no one has an obligation to reply; I was just wondering whether I phrased my question badly or whether there is anything else I could do to improve it. Thanks for your help and best wishes,

timestamp arithmetics in C function

2018-08-10 Thread Lutz Gehlen
Hello all, I am trying to implement a C function that accepts a date ("date" in the sense of a type of information, not a postgres datatype) as parameter (among others) and returns a certain point in time. (The background is to calculate the time of dawn and dusk at the given date.) Ideally, I