My latest posts


Javascript date converter for Newtonsoft.Json

Ever got the need for a converter to convert a Javascript date timestamp to a DateTime and just don’t find the right one? -Issue with the built-in was that it was using seconds instead of milliseconds -Stack Overflow was not really giving a solution -Copilot did even weirder stuff (especially because it didn’t know the new DateTimeOffset functions) Well, I encountered that this week and in the end, wrote one myself. In the spirit of Don’t Repeat Yourself, I’ll share that class: ...


January 17, 2025