Timezone feature of setting management and profile #14741
Timezone feature
Resolves #14601
This PR is adding a timezone feature to setting management and personal info.
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
Set kind
to Utc
to test this.
Configure<AbpClockOptions>(options =>
{
options.Kind = DateTimeKind.Utc;
});