Skip to content

Commit deff1a3

Browse files
committed
first draft
Signed-off-by: Shubham Sharma <[email protected]>
1 parent 49ce53e commit deff1a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ 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+
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:
2121

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.
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.
2323

2424
- The *time zone localized name* entity stores the localized time zone names.
2525

26-
- The *time zone rule* entity stores information about how times are calculated.
26+
27+
Note, *time zone rule* has been deprecated. We delegate the time conversion calculation to Windows. Refer to this article to know more - [Microsoft policy in response to daylight saving time and time zone changes](https://support.microsoft.com/en-us/help/22803/daylight-saving-time)
2728

2829
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
2930

@@ -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)