We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7ac2c commit 4924b75Copy full SHA for 4924b75
Tests/OpenFeatureTests/ValueTests.swift
@@ -45,6 +45,8 @@ final class ValueTests: XCTestCase {
45
func testEncodeDecode() throws {
46
let formatter = DateFormatter()
47
formatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
48
+ formatter.locale = Locale(identifier: "en_US_POSIX")
49
+ formatter.timeZone = TimeZone(secondsFromGMT: 0)
50
51
let date = try XCTUnwrap(formatter.date(from: "2022-01-01 12:00:00"))
52
@@ -67,6 +69,9 @@ final class ValueTests: XCTestCase {
67
69
func testDecodeValue() throws {
68
70
71
72
73
74
+
75
76
77
0 commit comments