Different time results between PWA and iOS Native app

I’m getting different results when creating a record in the PWA mobile vs. iOS native apps. The issues appears to be based on the way each published version interprets the time based on UTC. The iOS version seems to be ahead. In the past, I’d solved this problem by adding the time difference (e.g. 7 hours for San Francisco time zone in the summer time) to the action that made the field update. With two different app versions, how do I do this? I’m thinking I need to publish the iOS app with that fix and then remove the fix for the web app but add it back in every time I update the iOS app. Is there a solution where I don’t have to make this manual update every time?

I’m thinking through options and will update if I find one that works well. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.