Dave Shaw
Dave Shaw
How else do you shame C#? ;) I noticed this when using C#'s String Interpolation. This works: ```csharp class C {} ``` --- ```fsharp let x = 10 ``` This...
I cloned the repo to look at this the other day, but didn't make any progress... now I'm not the only one needing this I might take another look tonight
Thanks, I'm starting from there... It still needs a bit of work, I need to refactor the code a little, and I can't get the dates in the right format....
It looks like I need to add RFC-1123 formatting (`DateTime.ToString("r")`) to Fable to get this to work - I'm sure there's a workaround, but it eludes me at the moment...
OK, I'm really struggling with Dates... JavaScript has `.toUTCString` but that converts from your current local to UTC, so calling that on my +0100 machine, means I get a date...