-
Notifications
You must be signed in to change notification settings - Fork 0
CosmosTime.Serialization.SystemTextJson
osexpert edited this page Aug 10, 2023
·
4 revisions
| Classes | |
|---|---|
| OffsetTimeCosmosDbJsonConverter | Format\parse composite format { "timeUtc": "yyyy-MM-ddTHH:mm:ss.fffffffZ", // fixed length utc "offsetMinutes": -30 } |
| UtcTimeCosmosDbJsonConverter | Format\parse fixed length utc "yyyy-MM-ddTHH:mm:ss.fffffffZ" |
| ZoneTimeCosmosDbJsonConverter | Format\parse composite format { "timeUtc": "yyyy-MM-ddTHH:mm:ss.fffffffZ", // fixed length utc "offsetMinutes": -30, "tzIana": "Europe/Berlin" } |