Browse Source

Update docs/en/framework/infrastructure/timing.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/22520/head
Engincan VESKE 1 year ago
committed by GitHub
parent
commit
27a4f3c4ca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docs/en/framework/infrastructure/timing.md

3
docs/en/framework/infrastructure/timing.md

@ -60,8 +60,7 @@ Configure<AbpClockOptions>(options =>
Write this inside of the `ConfigureServices` method of your [module](../architecture/modularity/basics.md).
> The default `Kind` is `Unspecified`, which actually makes the **Clock** as it doesn't exist at all. Either make it `Utc` or `Local` if you want to get the benefit of the Clock system.
> The default `Kind` is `Unspecified`, which effectively disables the **Clock** functionality. Either make it `Utc` or `Local` if you want to get the benefit of the Clock system.
### DateTime Normalization
Another important function of the `IClock` is to normalize `DateTime` objects.

Loading…
Cancel
Save