diff --git a/blog/2025-04-04-twin0293.md b/blog/2025-04-04-twin0293.md index a89ad7b831b..3553ef3077a 100644 --- a/blog/2025-04-04-twin0293.md +++ b/blog/2025-04-04-twin0293.md @@ -12,7 +12,7 @@ Published Friday, 04-Apr 2025 ## Highlights -- Thanks to @LoicRiegel for two improvements `into datetime` this week - The command can now use a timezone flag when parsing a specific format, and it also accepts `float`s as input. +- Thanks to @LoicRiegel for two improvements to `into datetime` this week - The command can now use a timezone flag when parsing a specific format, and it also accepts `float`s as input. - A few additional improvements come to `into datetime` with the upgrade of the `human-date-parser` crate. While we don't always remember to call out upstream improvements, Nushell just wouldn't be possible without the contributions of numerous contributors outside and upstream from our repos. A huge thanks to these (usually) unsung heroes. - @pyz4 improved the `polars cast` command to accept a decimal precision and scale. Thank you!