Skip to content

Commit

Permalink
fix(time zone work): couple trivial edits
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jan 21, 2022
1 parent ec125fd commit 2594b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Next, you'll assign users. Assigning users is done using two different tabs in t
2. From the **Assignments** form, click on **Assign**.
3. From the pop up menu, click on **Assign to groups**.
4. From the **Assign ... to groups** form, click on **Assign** for the group you wish to assign to the application.
5. **Highly recommended**: Set your users' time zones in Okta. This determines how date/times for that user are shown in New Relic. If you don't set a time zone, we use UTC time for those users unless they've [set their own time zone](/docs/accounts/accounts-billing/general-account-settings/default-time-zone-setting). Time zone is specified in IANA Time Zone database format, also known as the "Olson" time zone database format (for example, "America/Los_Angeles"). There are several ways in Okta to assign users' time zone, so consult the Okta docs for more information if needed. Here is one way to do this in the **Assignments** tab:
5. **Highly recommended**: Configure the time zone for your users in Okta. That will determine how dates/times for your users are displayed in New Relic. If you don't set a time zone, we use UTC time for those users unless they've [set their own time zone](/docs/accounts/accounts-billing/general-account-settings/default-time-zone-setting). Time zone is specified in IANA Time Zone database format, also known as the "Olson" time zone database format (for example, "America/Los_Angeles"). There are several ways in Okta to configure time zone settings, so consult the Okta docs if more detail is needed. Here's one way to do this in the **Assignments** tab:
* In the **Time zone** field, enter the default time zone for members of the group.
6. Click on **Save and go back**.
7. Repeat the steps to add a group until all desired groups have been assigned to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Each metric data point map in the `metrics` array uses the following key-value s
</td>

<td>
**Required**. The metric's start time in [Unix time](https://currentmillis.com/). Defaults to the current time in UTC time zone. This field also support seconds, microseconds, and nanoseconds. However, the data will be converted to milliseconds for storage and query. Metrics reported with a timestamp older than 48 hours ago or newer than 24 hours from the time they are reported are dropped.
**Required**. The metric's start time in [Unix time](https://currentmillis.com/). The default uses UTC time zone. This field also support seconds, microseconds, and nanoseconds. However, the data will be converted to milliseconds for storage and query. Metrics reported with a timestamp older than 48 hours ago or newer than 24 hours from the time they are reported are dropped.
</td>
</tr>

Expand Down

0 comments on commit 2594b40

Please sign in to comment.