You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
The name of the property Location.TimestampUtc is incompatible with its type DateTimeOffset. A time zone offset represents a point in time relative to UTC, whereas the name TimestampUtc implies the value is in UTC. The property should be renamed Timestamp or its type should be changed to DateTime.
The name of the property
Location.TimestampUtcis incompatible with its typeDateTimeOffset. A time zone offset represents a point in time relative to UTC, whereas the nameTimestampUtcimplies the value is in UTC. The property should be renamedTimestampor its type should be changed toDateTime.