Hi All,
Im very new to corona so please be kind
Is there an easy way to detyermine the time zone a device is in (relative to UTC)?
I’ve done some searching on Time Zone and Locale but havent found what Im after
In my app its important that the time used is accurate so I want to get the time off of the GPS, not the users set time. I need to let the user enter a time that something will happen and test against GPS time for the event.
This means the user will be entering time in their local time, and it will be tested against UTC.
So If I’m in the time zone UTC+10 I’ll be 10 hours out.
I dont mind if its the locale the user has set in the devices settings or if there is a way of determining time zone based on location.
Thanks