...

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

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

     1{
     2  "without-seconds-1": {
     3    "type": "time-local",
     4    "value": "13:37:00"
     5  },
     6  "without-seconds-2": {
     7    "type": "datetime",
     8    "value": "1979-05-27T07:32:00Z"
     9  },
    10  "without-seconds-3": {
    11    "type": "datetime",
    12    "value": "1979-05-27T07:32:00-07:00"
    13  },
    14  "without-seconds-4": {
    15    "type": "datetime-local",
    16    "value": "1979-05-27T07:32:00"
    17  }
    18}

View as plain text