Chromium Code Reviews| Index: corelib/src/time_zone.dart |
| diff --git a/corelib/src/time_zone.dart b/corelib/src/time_zone.dart |
| index 89f6cc59170b39a1778586838b5b1e5bf14aec59..5f12f935219f99ca065c920d25377a57187aae50 100644 |
| --- a/corelib/src/time_zone.dart |
| +++ b/corelib/src/time_zone.dart |
| @@ -6,6 +6,8 @@ |
| /** |
| * [TimeZone]s represent locations (for example Europe/Paris). |
| + * |
| + * *DEPRECATED* |
| */ |
| interface TimeZone default TimeZoneImplementation { |
| const TimeZone.utc(); |