diff --git a/src/AnnotationCreationUtils.js b/src/AnnotationCreationUtils.js
index 97ecda9d016cb7ff8c217a87246f389a886a2a07..fc95c2c49168afeb2e59194851fd88df58b3266e 100644
--- a/src/AnnotationCreationUtils.js
+++ b/src/AnnotationCreationUtils.js
@@ -86,7 +86,7 @@ export async function saveAnnotation(canvases, config, receiveAnnotation, annota
       drawingState: drawingStateSerialized,
       id: (annotation && annotation.id) || `${uuid()}`,
       motivation: 'commenting',
-      target: `${canvas.id}#xywh=0,0,640,360&t=0,1000',`,
+      target: `${canvas.id}#xywh=0,0,640,360&t=${t}`,
       type: 'Annotation',
     };