Skip to content

Commit 622d02e

Browse files
authored
Merge pull request MicrosoftDocs#1697 from shubham1172/shubham1172/time-zone-entities
Update Time Zone Entities documentation
2 parents 8be052d + 865bab8 commit 622d02e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

powerapps-docs/developer/common-data-service/time-zone-entities.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Time zone entities (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The time zone entities contain time zone information, such as supported time zone, time zone code, localized time zone, storing information on how times are calculated." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 08/27/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -17,15 +17,16 @@ search.app:
1717
---
1818
# Time zone entities
1919

20-
The *time zone* entities can be used when you write code that works in multiple time zones. The following three read-only entities in Common Data Service contain time zone information:
20+
> [!NOTE]
21+
> The *time zone rule* entity is deprecated. The time conversion calculation is now provided by Microsoft Windows. Refer to this article for more information: [Microsoft policy in response to daylight saving time and time zone changes](https://support.microsoft.com/help/22803/daylight-saving-time).
22+
23+
The *time zone* entities can be used when you write code that works in multiple time zones. The following two read-only entities in Common Data Service contain time zone information:
2124

22-
- The *time zone definition entity* stores basic information about each supported time zone, including the time zone code and the standard time zone name.
25+
- The *time zone definition entity* stores basic information about each supported time zone, including the time zone code and the standard time zone name.
2326

2427
- The *time zone localized name* entity stores the localized time zone names.
2528

26-
- The *time zone rule* entity stores information about how times are calculated.
27-
28-
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
29+
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
2930

3031
|Message|Description|
3132
|-------------|-----------------|
@@ -39,5 +40,4 @@ The *time zone* entities can be used when you write code that works in multiple
3940
[timezonedefinition EntityType](reference/entities/timezonedefinition.md)
4041
[timezonelocalizedname EntityType](reference/entities/timezonelocalizedname.md)
4142
[timezonerule EntityType](reference/entities/timezonerule.md)
42-
[Sample: Retrieve Time Zone Information](org-service/samples/retrieve-time-zone-information.md)
4343
[Transaction Currency (Currency) Entity](transaction-currency-currency-entity.md)

0 commit comments

Comments
 (0)