| Index: lib/compiler/implementation/lib/coreimpl_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/coreimpl_patch.dart b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| index b274c6ed4235e79301f2c95424764beb465d3df0..679e98668c3e83e3d1f9ae67c5dd6d9d9b4d9ca9 100644
|
| --- a/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| +++ b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| @@ -118,7 +118,7 @@ patch class DateImplementation {
|
| }
|
|
|
| patch Duration get timeZoneOffset {
|
| - if (isUtc) return new Duration(0);
|
| + if (isUtc) return new Duration();
|
| return new Duration(minutes: Primitives.getTimeZoneOffsetInMinutes(this));
|
| }
|
|
|
|
|