Im working on a project at the moment which has a lot of time scheduling and executing tasks based on those schedules.
Im just wondering if there is an easier way to test my app in a different timezone from my server when they're both running on my pc.
Id prefer not to be changing the timezones in the regional settings but rather some way to change the context of that one application.
The database stores everything as UTC but the application shows this to the user in their local time. But im in a UTC timezone so theyre the same for me.