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 6c564c5 commit a37c362Copy full SHA for a37c362
Sources/BreezeDynamoDBService/Foundation+Extension.swift
@@ -12,11 +12,9 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-#if canImport(FoundationEssentials)
16
-import FoundationEssentials
17
-#else
18
-import Foundation
19
-#endif
+import class Foundation.DateFormatter
+import struct Foundation.Date
+import struct Foundation.TimeZone
20
21
extension DateFormatter {
22
static var iso8061: DateFormatter {
0 commit comments