Chromium Code Reviews| Index: corelib/src/time_zone.dart |
| diff --git a/corelib/src/time_zone.dart b/corelib/src/time_zone.dart |
| index 1c1c660813dff618b31e02a3d20cb98b83f427d7..a4676e7a2787f92b41509f41e4ba7be101d9280a 100644 |
| --- a/corelib/src/time_zone.dart |
| +++ b/corelib/src/time_zone.dart |
| @@ -10,4 +10,5 @@ |
| interface TimeZone factory TimeZoneImplementation { |
| const TimeZone.utc(); |
| TimeZone.local(); |
| + bool get isUtc(); |
| } |