Our Redshift cluster seems to be returning timestamps in the local timezone (Pacific/Auckland) instead of UTC even though the AWS docs say:
GETDATE returns the current date and time in UTC
eg:
select GETDATE();
2016-08-30 10:22:18.000000
should return:
2016-08-29 22:22:18.000000