Loading...
18 |
19 |
20 | An unhandled error has occurred.
21 |
Reload
22 |
🗙
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/pocketbase-csharp-sdk/Json/DateTimeConverter.cs:
--------------------------------------------------------------------------------
1 | using System.Text.Json;
2 | using System.Text.Json.Serialization;
3 |
4 | namespace pocketbase_csharp_sdk.Json
5 | {
6 | public class DateTimeConverter : JsonConverter