A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Thanks for the reply @Anonymous !
I couldn't find the settings to change the Time Zone for the SQL Database however, reading through some docs I found I couldn't??
https://techcommunity.microsoft.com/t5/azure-database-support-blog/lesson-learned-4-modifying-the-default-time-zone-for-your-local/ba-p/368798
On the other hand, the time that is being written into the database is correct. I've configured the application to write the DateTime as AEST using TimeZoneInfo and that works great.
But when the emulator is reading it. It returns as a completely different Time.
The configuration on my emulator is set to use AEST as well. So I'm not 100% sure where and why it's changing the DateTime when I view the object within my app.