We are using the Microsoft TimeZone built-in functions to convert DateTimes in our system. We have a time on a label being printed with a conversion via a user selection. This works and respects British Summer Time change (+1 hour from UTC) when printing directly from Business Central. However, we have a Power App connection linked. When a label is printed from the Power App API, the time is not converted. The weird thing is the Power App connection is not sending back a time - this is all being set in BC upon record creation, and using the same functions to convert. We cannot figure out the cause of this happening, where it works fine in BC direct yet not from Power App API, even though both end up using the same AL codeunits to retrieve the time.