Date format function removed from build 9203?

Date format function removed from build 9203?

I was previously using the TSQL statement  below to format the acquisition date but it seems like the FROM_UNIXTIME function is no longer found after I upgraded to build 9203.

(dbo.DATE_FORMAT(dbo.FROM_UNIXTIME(resource.ACQUISITIONDATE/1000),'%d-%m-%Y %k:%i'),N'') "Acquisition Date",


Can you please provide a way to format the date?


                  New to ADSelfService Plus?