Skip to content

Commit

Permalink
Improve wording in time_static comment
Browse files Browse the repository at this point in the history
Co-authored-by: Tyurina <tyurina@pagerduty.com>
  • Loading branch information
metavida and tyurina committed May 26, 2021
1 parent 49c5f46 commit 187850e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/ruleset_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ resource "pagerduty_ruleset" "foo" {
}
}
# We want our pagerduty_ruleset_rule.foo rule, defined below,
# to repeat daily from 9:30am - 11:30am using the America/New_York timezone
# so we need a time_static instance to represent 9:30am on an arbitrary date in that timezone.
# The pagerduty_ruleset_rule.foo rule defined below
# repeats daily from 9:30am - 11:30am using the America/New_York timezone.
# Thus it requires a time_static instance to represent 9:30am on an arbitrary date in that timezone.
# April 4th, 2019 was EDT (UTC-4) https://www.timeanddate.com/worldclock/converter.html?iso=20190411T133000&p1=179
resource "time_static" "eastern_time_at_0930" {
rfc3339 = "2019-04-11T09:30:00-04:00"
Expand Down

0 comments on commit 187850e

Please sign in to comment.