azos icon indicating copy to clipboard operation
azos copied to clipboard

Why is DATA returned from server has a DAteTimeOffset into local zone, even though we use UTC?

Open g8sun opened this issue 2 years ago • 0 comments

{
  "Gdid": "0:0:1",
  "Id": "entrp.gdid@XXXXXXXXXXXXX::000000000000000000000001",
  "Mnemonic": "EN-XXXXXXXXXXX",
  "Caption": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "DataVersion":
    {
      "G_Version": "0:0:1",
      "Utc": "2021-08-25T18:00:24-04:00",   <--------------????????????????
      "Origin": "A",
      "Actor": "id@idp::XXXXXXXXXXXXXXXX",
      "State": "Created"
    },
  "StartUtc": "2021-08-25T18:03:49-04:00", <---------- ???????????
  "Properties": "{\"r\":{}}",
  "LevelConfig": "{\"r\":{\"a\":\"1\",\"b\":\"2\"}}",
  "EffectiveConfig": "{\"r\":{\"a\":\"1\",\"b\":\"2\"}}"
}

g8sun avatar Sep 02 '21 23:09 g8sun