diff --git a/AutomaticClockOuts/time_entry.js b/AutomaticClockOuts/time_entry.js index 871a8ae..6c4de37 100644 --- a/AutomaticClockOuts/time_entry.js +++ b/AutomaticClockOuts/time_entry.js @@ -11,7 +11,7 @@ class TimeEntry { } getTimeToClockOut() { - return moment().utc().subtract(this.timeEntry.timezone_offset, 'minutes').toISOString(); + return moment().utc().toISOString(); } needsToBeClockedOut() {