0
khteh created
Hi; I suggest replacing DateTime and DateTimeKind with DateTimeOffset. This is found in Abp.Timing.Clock class. DateTimeOffset has all the information needed.
1 Answer(s)
-
0
DateTime is a commonly used type. We wanted to provide some infrastructure if you are using it. If you prefer to use DateTimeOffset, yes, you don't need to use Clock class since it has already timezone information inside.