From 097b6d46b3c1d893e2d34780d91260e1a4ad08fb Mon Sep 17 00:00:00 2001 From: nasitra Date: Sat, 16 May 2015 09:57:26 +0900 Subject: [PATCH] Remove unreachable code --- src/lib/units/offset.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/units/offset.js b/src/lib/units/offset.js index 75aeb0211..6c3e2e2ab 100644 --- a/src/lib/units/offset.js +++ b/src/lib/units/offset.js @@ -67,7 +67,6 @@ export function cloneWithOffset(input, model) { } else { return createLocal(input).local(); } - return model._isUTC ? createLocal(input).zone(model._offset || 0) : createLocal(input).local(); } function getDateOffset (m) { -- 2.47.2