Okay so this might be basic but unfortunately I haven't found anything yet to help with this.
I'd like certain functionality to only happen in Android during a time frame that is specific to UTC/GMT Time.
How do you do this? I tried using System.currentTimeMillis() but if you change the time on an Android Device in the settings, this will also change System.currentTimeMillis().
I'd like to grab a time that is equal to UTC/GMT AND is independent of the Android Device Settings clock, so if the clock is changed on the device it won't interfere.
Any thoughts?
Thanks! Christopher Steven