Skip to content

Supporting DateTime

Jose M. Cantera edited this page Oct 4, 2018 · 7 revisions
  • Two different ways
{
      'id': 'urn:ngsi-ld:T:34567',
      'type': 'T',
      'P1': {
        'type': 'Property',
        'value': {
          '@type': 'DateTime',
          '@value': '2018-12-04T12:00:00'
        }
      }
}
Clone this wiki locally