Skip to content

Commit 98120d6

Browse files
authored
Merge pull request #13 from nzlosh/utc_reminder
Fix to use 24 hour time for 5PM UTC.
2 parents 377107f + a258af3 commit 98120d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.4.1
3+
## 0.4.2
44

55
## Add
66

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ref: st2community
33
name: st2community
44
description: Pack to help manage Stackstorm's community.
5-
version: 0.4.1
5+
version: 0.4.2
66
keywords:
77
- StackStorm
88
- Community

rules/post_tsc_reminder_to_slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trigger:
99
parameters:
1010
timezone: UTC
1111
day: 2nd tue
12-
hour: 5
12+
hour: 17
1313
minute: 0
1414
second: 0
1515

0 commit comments

Comments
 (0)