Skip to content

Commit

Permalink
Merge pull request #47 from mimiro-io/feature_45
Browse files Browse the repository at this point in the history
Add tzdata import to fix unknown time zone issue
  • Loading branch information
ashmanto authored May 3, 2023
2 parents 9878d5a + fc97ea1 commit 2d767ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/encoder/flatFile.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"strconv"
"strings"
"time"
_ "time/tzdata"
)

// FlatFileEncoder ********************** ENCODER ****************************************/
Expand Down

0 comments on commit 2d767ca

Please sign in to comment.