Lord Howe Island likes time zone bugs

Lord Howe Island changes by 30 minutes for daylight saving time

club_starts |> with_tz("Australia/Sydney") |> hour()
## [1] 6 5 5 5 5 4
club_starts |> with_tz("Australia/Lord_Howe") |> hour()
## [1] 6 5 5 5 5 4
club_starts |> with_tz("Australia/Sydney") |> minute()
## [1] 0 0 0 0 0 0
club_starts |> with_tz("Australia/Lord_Howe") |> minute()
## [1]  0  0  0  0  0 30