I'm posting this to an ASP.net Core action...
{
"Start":"2018-09-30T00:00:00+00:00",
"Finish":"2018-10-01T00:00:00+00:00"
}
It models binds to two Date?
properties but the values are the same date but the time is 1am.
Why might this be? It only seems to do it when the "+00:00" is present so my guess is that this represents Greenwich meantime, which the server is currently at +1 for summer time.