Re: Inconsistent Time result when querying using pg_sequel

2022-09-28 Thread 'Charlie Pham' via sequel-talk
Ah, unfortunate that you cannot reproduce it, but thank you for taking a look into it. Definitely seems to be something in mktime/rb_time_timespec_new as you suggest. I agree with the moral of the story, haha! Thanks, Charlie On Wed, Sep 28, 2022 at 2:21 PM Jeremy Evans wrote: > In my environm

Re: Inconsistent Time result when querying using pg_sequel

2022-09-28 Thread Jeremy Evans
In my environment, with sequel_pg, your example gives: 2021-11-07 01:35:44 -0700 2022-02-21 08:22:37 -0800 2021-11-07 01:35:44 -0700 2021-03-23 08:36:22 -0700 2021-11-07 01:35:44 -0700 With NO_SEQUEL_PG, your example gives: 2021-11-07 01:35:44 -0800 2022-02-21 08:22:37 -0800 2021-11-07 01:35:44

Re: Inconsistent Time result when querying using pg_sequel

2022-09-28 Thread 'Charlie Pham' via sequel-talk
On Tuesday, September 27, 2022 at 8:39:47 PM UTC-4 Jeremy Evans wrote: > On Tue, Sep 27, 2022 at 4:34 PM 'Charlie Pham' via sequel-talk < > seque...@googlegroups.com> wrote: > >> I was able to get sequel_pg running on my local and got the same output >> you did. Interesting that I am not able to