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
Hi,
I have an issue with the time zone, od device has set time zone +2 for Poland, data I try to store in the cache have time
"date":"2022-06-09T00:00:00" return value is "Date":"2022-06-08T22:00:00Z"
In the code I set
BlobCache.ForcedDateTimeKind and BlobCache.Secure.ForcedDateTimeKind for DateTimeKind.Local or DateTimeKind.UTC, this still works the same.
All data from the server have UTC time and cash doesn't hate to change it.
What did I do wrong?
The text was updated successfully, but these errors were encountered:
Any update? I am experiencing the same issue.
If I save the Date as UTC I expect to retrieve it as UTC, if saved as Local I expect to get it as Local. Thoughts or workarounds?
The last working version is 6.10.20 on the latest xamarin on the latest iOS. BlobCache.ForcedDateTimeKind = DateTimeKind.Local; works in that version, but none of the newer releases
Describe the bug
Hi,
I have an issue with the time zone, od device has set time zone +2 for Poland, data I try to store in the cache have time
"date":"2022-06-09T00:00:00" return value is "Date":"2022-06-08T22:00:00Z"
In the code I set
BlobCache.ForcedDateTimeKind and BlobCache.Secure.ForcedDateTimeKind for DateTimeKind.Local or DateTimeKind.UTC, this still works the same.
All data from the server have UTC time and cash doesn't hate to change it.
What did I do wrong?
The text was updated successfully, but these errors were encountered: