Skip to content

Commit ec4d6a2

Browse files
committed
Merge branch 'oura-impl' of https://github.com/RADAR-base/RADAR-REST-Connector into oura-rest-connector
2 parents e98ffff + a7eaa20 commit ec4d6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oura-library/src/main/kotlin/org/radarbase/oura/request/OuraRequestGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ constructor(
105105
ouraOffsetManager.updateOffsets(
106106
request.route,
107107
request.user,
108-
Instant.ofEpochMilli(offset),
108+
Instant.ofEpochSecond(offset),
109109
)
110110
}
111111
return records

0 commit comments

Comments
 (0)