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 0903737 commit bf738feCopy full SHA for bf738fe
Sources/AWSLambdaRuntime/Utils.swift
@@ -40,7 +40,6 @@ enum AmazonHeaders {
40
}
41
42
/// A simple set of additions to Duration helping to work with Unix epoch that does not require Foundation.
43
-/// It provides a distant future value and a way to get the current time in milliseconds since the epoch.
44
/// The Lambda execution environment uses UTC as a timezone, this struct must not manage timezones.
45
/// see: TZ in https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html
46
extension Duration {
0 commit comments