c789
Minnow
Posts: 6
|
Post by c789 on Aug 31, 2022 1:09:18 GMT
May I ask what is the purpose of DateTime and DateTimeOffset in the LogService schema, given that each log entry will typically have a Created timestamp?
|
|
|
Post by mraineri on Aug 31, 2022 12:58:20 GMT
While the log entries show when the log entry was created, the log service's time properties are used to show and configure the current time of the log service itself. It's essentially a clock at that point, and users may need to change the time of the log service in case it gets out of sync with what the real time is, or if the system has moved to a different time zone and needs to be reconfigured. If the log service's time setting is incorrect, that would result in incorrect timestamps when each log entry is created.
|
|