I am going to be using StartServiceAt() to run a service at dawn then again at dusk. There is a web site with a JSON interface that gives me the dawn/dusk times as text strings in UTC.
I would like to use these times with StartServiceAt().
Do I need to convert the text strings to local time before I convert them to ticks in order to pass as the time parameter? Or should I leave them in UTC format (I am in time zone UTC -5)?
Thanks,
Barry.
I would like to use these times with StartServiceAt().
Do I need to convert the text strings to local time before I convert them to ticks in order to pass as the time parameter? Or should I leave them in UTC format (I am in time zone UTC -5)?
Thanks,
Barry.