Files
Skyler Hawthorne 05e570aa71 polars: fix datetime type conversion (#16133)
# Description

Conversion from `AnyType::DatetimeOwned` was missing, so datetime
objects could not be represented in Nushell Values. This adds the
conversion.

A slight refactor of the `datetime_from_epoch_nanos` was needed.


# User-Facing Changes

All datetime types can be represented in Nushell.
2025-07-08 12:42:55 -07:00
..
2025-05-13 16:49:30 +02:00