diff --git a/corelib/src/time_zone.dart b/corelib/src/time_zone.dart index 8a8f5a30b9b..1c1c660813d 100644 --- a/corelib/src/time_zone.dart +++ b/corelib/src/time_zone.dart @@ -5,9 +5,7 @@ // Dart core library. /** - * [TimeZone]s represent locations (for example Europe/Paris). The time offset - * relative to UTC is dependent on the date (for example CEST in the summer - * or CET in the winter). + * [TimeZone]s represent locations (for example Europe/Paris). */ interface TimeZone factory TimeZoneImplementation { const TimeZone.utc();