Skip to content

Commit 810d864

Browse files
authored
Merge pull request #10183 from MicrosoftDocs/users/tahoon/no-date-only
Warn about the futility of User Local behavior and Date-only format
2 parents 2b356cc + fc439c7 commit 810d864

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

powerapps-docs/maker/data-platform/behavior-format-date-time-field.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Behavior and format of the Date and Time column in Microsoft Dataverse | MicrosoftDocs"
33
description: Understand the format of date and time columns.
44
ms.custom: ""
5-
ms.date: 11/07/2023
5+
ms.date: 05/28/2024
66
ms.reviewer: ""
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -56,6 +56,9 @@ Use **Date only** behavior when information about the time of the day and the ti
5656

5757
**Time zone independent** behavior with **Date only** format is practically the same as **Date only** behavior. Use the former if you aren't sure whether you need the time portion in the future.
5858

59+
> [!IMPORTANT]
60+
> Avoid **Date only** format with **User local** behavior. Users in different time zones might see a different date, which is not intended in most scenarios. When a user sets a date in a model-driven app, the time portion will automatically be set to midnight of their time zone. This might cause the date to appear a day earlier or later for other users.
61+
5962
## Examples
6063

6164
### Display values

0 commit comments

Comments
 (0)