Versions Compared

Key

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

...

The date and time when the event occurred, serialized as shown below:

Code Block
languagexml
<DateTime>
  <Utc>
      <DateString>01.10.2020</DateString>
      <TimeString>12:00</TimeString>
      <TimeZone>+00<TimeZone>00:00</TimeZone>
   <IsoFormat>2020   <Iso>2020-10-01T12:00:00.0000000</IsoFormat>0000000Z</Iso>
    </Utc>
    <Local>
      <DateString>01.10.2020</DateString>
      <TimeString>14:00</TimeString>
      <TimeZone>+02:00</TimeZone>
      <IsoFormatLocalTime>2020<Iso>2020-10-01T1301T14:00:00.0000000</IsoFormatLocalTime>0000000+02:00</Iso>
   <FormattedLocalTime>01.10.2020 13:00:00</FormattedLocalTime> </Local>
</DateTime>
Info
Note: As the event date is in UTC, the xml structure contains also the IsoFormatLocalTimeand the FormattedLocalTime to simplify the usage in mail templates.

Event Subscriber

There are a couple of event subscribers available which can handle an event.

...