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 3046f5c commit 0d9d93dCopy full SHA for 0d9d93d
coderd/insights_internal_test.go
@@ -179,7 +179,7 @@ func Test_parseInsightsInterval_week(t *testing.T) {
179
t.Parallel()
180
181
layout := insightsTimeLayout
182
- sydneyLoc, err := time.LoadLocation("Australia/Sydney") // Random location
+ sydneyLoc, err := time.LoadLocation("America/Los_Angeles") // Random location
183
require.NoError(t, err)
184
185
now := time.Now().In(sydneyLoc)
0 commit comments