Skip to content

Commit

Permalink
update timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Aug 22, 2023
1 parent ca77227 commit b153a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions result_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const (
)

func GenResultSet(resp *graph.ExecutionResponse) (*ResultSet, error) {
var testTimezone timezoneInfo = timezoneInfo{0, []byte("UTC")}
return genResultSet(resp, testTimezone)
var defaultTimezone timezoneInfo = timezoneInfo{0, []byte("UTC")}
return genResultSet(resp, defaultTimezone)
}

func genResultSet(resp *graph.ExecutionResponse, timezoneInfo timezoneInfo) (*ResultSet, error) {
Expand Down

0 comments on commit b153a02

Please sign in to comment.