branch icon

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

image image image

How to test it?

Set kind to Utc to test this.

Configure<AbpClockOptions>(options =>
{
    options.Kind = DateTimeKind.Utc;
});
Version
7.4.0-rc.1
发布日期
16 八月, 2023
标签
无标签