=?UTF-8?Q?Przemys=c5=82aw_Sztoch?= <[email protected]> writes: > |generate_series| ( /|start|/ |timestamp with time zone|, /|stop|/ > |timestamp with time zone|, /|step|/ |interval| ) > produces results depending on the timezone value set:
That's intentional. If you don't want it, maybe you should be using
generate_series on timestamp without time zone?
regards, tom lane
