Skip to content

Commit c61c129

Browse files
authored
Merge pull request #37 from ioet/fix-time-clock-out
fix clock out time
2 parents 268c627 + 116cbc1 commit c61c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutomaticClockOuts/time_entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TimeEntry {
1111
}
1212

1313
getTimeToClockOut() {
14-
return moment().utc().subtract(this.timeEntry.timezone_offset, 'minutes').toISOString();
14+
return moment().utc().toISOString();
1515
}
1616

1717
needsToBeClockedOut() {

0 commit comments

Comments
 (0)