matinzd / react-native-health-connect

React native library for health connect (Android only)
http://matinzd.github.io/react-native-health-connect
MIT License
220 stars 43 forks source link

What is time parameter? #124

Open FCG-labs opened 2 months ago

FCG-labs commented 2 months ago

스크린샷 2024-08-01 오전 10 29 31

... await initialize(); await insertRecords([ {recordType: 'BodyFat', percentage: weightData.bodyFatPercent, time:moment().format('YYYY/MM/DDTHH:mm:ss')}, ]) ...

how can i coding the "time" parameters.

matinzd commented 2 months ago

It's date time formatted in ISO-8601.

Example: 2024-08-01T12:24:56.004Z