Is your feature request related to a problem?
If I have
data_type = daft.DataType.timestamp('ms', None)
then how can I get the time unit and time zone out?
Describe the solution you'd like
data_type.time_unit
data_type.time_zone
Describe alternatives you've considered
No response
Additional Context
narwhals
Would you like to implement a fix?
No