dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

Fix issue where custom datetime format strings result in binding failure #3505

Closed phenning closed 3 months ago

phenning commented 3 months ago

Also fix issue with always using UtcNow, even with $localDatetime.

Add tests

phenning commented 3 months ago

@jonsequitur , @shayam, @bleaphar