Skip to content

Commit a7eaa20

Browse files
committed
Fix offset timestamp
1 parent 3b30e0b commit a7eaa20

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)