diff --git a/AutomaticClockOuts/time_entry.js b/AutomaticClockOuts/time_entry.js index 202deef..2d5ceea 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().subtract(this.timeEntry.timezone_offset, 'minutes').toISOString() } needsToBeClockedOut() {