Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typos #2079

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The **IsToday** function tests whether a date/time value is between midnight tod

**Now**, **Today**, and **IsToday** functions work with the local time of the current user.

**UTCNow**, **UTCToday**, and **IsUTCToday** functions are the same as their non-UTC countrparts but work with time zone independent values and use Coordinated Universal Time (UTC).
**UTCNow**, **UTCToday**, and **IsUTCToday** functions are the same as their non-UTC counterparts but work with time zone independent values and use Coordinated Universal Time (UTC).

> [!NOTE]
>
Expand Down Expand Up @@ -65,15 +65,15 @@ When used in a [behavior formula](/power-apps/maker/canvas-apps/working-with-for

- _DateTime_ - Required. The date/time value to test.

#### Using Coodinated Universal Time (UTC)
#### Using Coordinated Universal Time (UTC)

**UTCNow**()

**UTCToday**()

**IsUTCToday**( _TimeZoneIndependentTime_ )

- _TimeZoneIndependentDateTime_ - Required. The time zone indepdenent date/time value to test.
- _TimeZoneIndependentDateTime_ - Required. The time zone independent date/time value to test.

## Examples

Expand Down