Implement date_time_info()
and zoned_time_info()
#295
Labels
feature
a feature request or enhancement
These won't actually conflict with or be ambiguous with
naive_time_info()
in any way because we already know the time zone to look the information up in, and we know it is aunique
type because the times exist already.Follow up to #170 that does add
zoned_time_info()
back in. I feel like these wrappers are actually fairly useful and unambiguous.Should make sure the begin/end limits are working right (year 32767 and whatnot)
Crosslink between these and
naive_time_info()
andsys_time_info()
The text was updated successfully, but these errors were encountered: