...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/datetime/local.json

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/datetime

     1{
     2  "local": {
     3    "type": "datetime-local",
     4    "value": "1987-07-05T17:45:00"
     5  },
     6  "milli": {
     7    "type": "datetime-local",
     8    "value": "1977-12-21T10:32:00.555"
     9  },
    10  "space": {
    11    "type": "datetime-local",
    12    "value": "1987-07-05T17:45:00"
    13  }
    14}

View as plain text