Hi @dw1713 ,
This is a conundrum often faced with users across time zones. Firstly you need to be aware that all date/time values are stored by SharePoint "in the background" in the UTC value converted from the time zone of the local machine that stored it - so if Now() was stored at 7am CST which is UTC - 6, it would store 1pm. Then depending on who viewed the record, they would see this value in their time zone - PST would see 5am as they are UTC - 8.
This gets even more interesting when viewed directly on SharePoint - if the SharePoint site zone is EST, they would see 8am. If I looked at it in Australia at UTC + 10, I would see 6pm.
There is a Power Apps function called TimeZoneOffset that returns the difference between UTC and the local user's time zone that can be used here (it needs to be reading and writing in your case), so maybe you can look at that.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps