React-native-background-geolocation: Timezone of the Schedule configuration

Created on 7 Mar 2018  路  2Comments  路  Source: transistorsoft/react-native-background-geolocation

I will kindly ask a general question; what is the supposed timezone of the schedule configuration?

If I configure plugin as follows:

BackgroundGeolocation.setConfig({
  schedule: [
    '1-7 9:00-18:00'
  ]
});

Does it mean that the plugin will start on 09:00 UTC or will start on 09:00 at device's timezone?

Most helpful comment

Thank you for the information.

Just a kind proposal, documentation is awesome but it just lacks this timezone related bits, updating it accordingly may really make sense.

All 2 comments

Device's timezone.

Thank you for the information.

Just a kind proposal, documentation is awesome but it just lacks this timezone related bits, updating it accordingly may really make sense.

Was this page helpful?
0 / 5 - 0 ratings