When I attempt to convert UNIX timestamp to a timestamp recognized by SQL I get multiple UNIX timestamps.
For example the image shows that the following code will provide two different date/times i.e 05/09/2019 00:00:00.00 and 19/03/2019 00:00:00.000 for the same UNIX time of 1567641600
DATEADD(s, localmarketanal.timeslot, '19700101') AS mytimeslot