For the complete documentation index, see llms.txt. This page is also available as Markdown.

Why is Health Connect glucose missing timezone and device_data?

For Health Connect glucose, timestamps are sent as the UTC instant without a timezone suffix, so parse them as UTC and apply the user's timezone yourself.

For Health Connect glucose, timestamps are sent as the UTC instant without a timezone suffix, so parse them as UTC and apply the user's timezone yourself.

Device metadata fields are empty for two reasons:

  • The Android SDK does not currently pull manufacturer/model off the Health Connect glucose record.

  • serial, software/hardware version and activation date are not exposed by Health Connect at all, so they stay null.

Other body sample types inherit the device timezone, so this field behaves differently for glucose.

Last updated

Was this helpful?