Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
❯ select arrow_typeof(1::time with time zone);
+-----------------------+
| arrowtypeof(Int64(1)) |
+-----------------------+
| Time64(Nanosecond) |
+-----------------------+
this should raise error as we dont have tz for Time64 now
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.