In on-prem CSI, you can call dbo.GetSiteDate function in SQL code to get the actual site date/time stamp of the Site you're in vs where the SQL server is located. I've been unable to find an IDO method to replace that in SaaS environment. Does anyone know if this method exists, and what it's name is? I don't want to re-invent something that already exists. Otherwise, I'll have to make my own by getting the timezone of the server and the timezone of the site and calculate my offset.