Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<DateTime>
  <Utc>
      <DateString>01.10.2020</DateString>
 
    <TimeString>12:00</TimeString>
      <TimeZone>00:00</TimeZone>
      <Iso>2020-10-01T12:00:00.0000000Z</Iso>
    </Utc>
 
  <Local>
 
    <DateString>01.10.2020</DateString>

     <TimeString>14:00</TimeString>
      <TimeZone>+02:00</TimeZone>
      <Iso>2020-10-01T14:00:00.0000000+02:00</Iso>
 
  </Local>
</DateTime>

Event Subscriber

...