Closed chaoyangnz closed 3 years ago
I need to serialise DateTime to a format like 2020-11-01T00:00:00-05:00 rather than the default 2020-11-01T05:00:00Z.
DateTime
2020-11-01T00:00:00-05:00
2020-11-01T05:00:00Z
Because if the is UTC format, then I don't know what is the time zone offset. I looked into it, and found no way to implement that.
Please help let me know how I can do it
I need to serialise
DateTime
to a format like2020-11-01T00:00:00-05:00
rather than the default2020-11-01T05:00:00Z
.Because if the is UTC format, then I don't know what is the time zone offset. I looked into it, and found no way to implement that.
Please help let me know how I can do it