Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-joyle committed Jul 31, 2023
1 parent 1a22de0 commit 9da6e48
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 9da6e48

Please sign in to comment.