Skip to content

Commit e53375b

Browse files
author
Nitin Khanna
committed
testing utc offset issues
1 parent 4e2d111 commit e53375b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function action () {
1919
time = moment(Math[method]((+time) / (+momentDuration)) * (+momentDuration));
2020
}
2121

22+
core.setOutput("utcOffset", utcOffset);
2223
core.setOutput("time", time.toISOString());
2324
core.setOutput("ISOTime", time.toISOString());
2425
core.setOutput("readableTime", time.toString());

0 commit comments

Comments
 (0)