Skip to content

Commit

Permalink
Fix Unknown time zone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
conradhodge committed Jan 7, 2024
1 parent 1a9501d commit 7515b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda/get-next-tram/tram.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import (
"fmt"
"time"
_ "time/tzdata"

"github.com/conradhodge/travel-api-client/transport"
)
Expand Down

0 comments on commit 7515b8e

Please sign in to comment.