Skip to content

Commit

Permalink
Add tzdata import to fix unknown time zone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmanto committed May 3, 2023
1 parent f23416d commit fc97ea1
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 fc97ea1

Please sign in to comment.