Abdullah Sabaa Allil
Abdullah Sabaa Allil
I am having the same problem; using Kubuntu as well
I am having the same issue. The library is lacking this functionality
Thanks for the response! > I think we should not return 9:00:00, because the local time for timezone +1 is 8:00:00. I wonder whether it has to do with the...
I think the wider image of this issue is the fact that the hour at which the daylight savings occur will not be able to get transformed to the desired...
I am testing some things out with the `at time zone` operator to understand it better. I think the UTC timestamp casting should be explictly specified first. Some context: Daylight...
Thanks for the deep dive @jayzhan211! Could it be that the expression is not getting correctly parsed in this instance? Executing this query for example: ``` select * from t1...
I think this issue is fixed now. To reproduce: ```sql > create or replace table t AS VALUES ('2024-04-30T21:30:00'), ('2024-04-30T22:30:00'), ('2024-04-30T23:30:00'), ('2024-05-01T00:00:00'), ('2024-05-01T00:30:00'), ('2024-05-01T10:30:00'), ('2024-05-01T20:30:00') ; ``` ```sql > select...