Skip to content

Commit 2ba7cf1

Browse files
committed
startTime
1 parent 6739c34 commit 2ba7cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utilities/serverAccessLogger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function logServerAccess(req, res) {
425425
elapsed_ms: calculateElapsedMS(params.startTime, params.onCloseEndTime) ?? undefined,
426426
427427
// AWS access server logs fields https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html
428-
startTime: timestampToDateTime643(params.startTimeUnixMS) ?? undefined, // AWS "Time" field
428+
startTime: params.startTimeUnixMS ?? undefined, // AWS "Time" field - milliseconds since epoch
429429
requester: getRequester(authInfo) ?? undefined,
430430
operation: getOperation(req),
431431
requestURI: getURI(req) ?? undefined,

0 commit comments

Comments
 (0)