We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de2212 commit bf2f10dCopy full SHA for bf2f10d
Sources/AWSLambdaRuntime/LambdaClock.swift
@@ -113,7 +113,6 @@ public struct LambdaClock: Clock {
113
114
/// Creates an instant from milliseconds since the Unix epoch.
115
/// - Parameter milliseconds: The number of milliseconds since the Unix epoch.
116
- /// - Returns: A new `Instant` representing the specified time.
117
public init(millisecondsSinceEpoch milliseconds: Int64) {
118
self.instant = milliseconds
119
}
0 commit comments