I have a timestamp column which has value 12/02/2019 02:00:00. But when the months of daylight savings come the value automatically changes to 12/02/2019 01:00:00.Now if I make the timezone to Europe/Istanbul it becomes the original value. But I have to keep changing the timezone every few months when daylight savings happens.I need the query to return the original value. Again for normal months I have to set the timezone to Asia/Istanbul otherwise the value changes forward.