[docs] Update description of notification timestamp field

Aligns reference to UNIX epoch with other instances in the documentation. Per style guidelines, write `UNIX` in all caps.
This commit is contained in:
roldanbob 2024-03-21 13:20:16 -04:00 committed by GitHub
parent 2bd53a37c0
commit cef71ce0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,8 @@ In domain-driven design, exported events should always refer to an aggregate.
For an example, see xref:debezium-notifications-about-the-progress-of-incremental-snapshots[{prodname} notifications about the progress of incremental snapshots]. For an example, see xref:debezium-notifications-about-the-progress-of-incremental-snapshots[{prodname} notifications about the progress of incremental snapshots].
|timestamp |timestamp
|The time when the notification has been created. Epoch unix timestamp in milliseconds |The time when the notification was created.
The value represents the number of milliseconds since the UNIX epoch.
|=== |===
// Type: assembly // Type: assembly