Skip to content

Commit

Permalink
adding verbose error logs|<Jenish>
Browse files Browse the repository at this point in the history
Signed-off-by: jenish-jain <jenishjain@rocketmail.com>
  • Loading branch information
jenish-jain committed Oct 8, 2023
1 parent 82d8130 commit a0d4ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/date_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func GetCurrentYear() int {
func asiaKolkataTimeZone() *time.Location {
location, err := time.LoadLocation("Asia/Kolkata")
if err != nil {
fmt.Printf("Error getting asia/kolkata location")
fmt.Printf("Error getting asia/kolkata location %+v \n", err)
panic("unable to load asia kolkata location")
}

Expand Down

0 comments on commit a0d4ac4

Please sign in to comment.