Skip to content

Commit

Permalink
fix: month out of range (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nontawat Numor authored Dec 24, 2021
1 parent 14e05a5 commit 48b97db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/whois/whois.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
"2006-01-02 15:04:05 (UTC+8)", // .tw
"02/01/2006 15:04:05", // .im
"02.01.2006 15:04:05", // .rs
"01 Jan 2006", // .co.th
"02 Jan 2006", // .co.th
}

// nolint: lll
Expand Down

0 comments on commit 48b97db

Please sign in to comment.