From 63dd99d5e6974bd2935308800b7b9cf86da23aa7 Mon Sep 17 00:00:00 2001 From: "floitsch@google.com" Date: Thu, 6 Oct 2011 15:19:02 +0000 Subject: [PATCH] Remove TimeZone comment. R=ngeoffray@google.com BUG= TEST= Review URL: https://chromereviews.googleplex.com/3547014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@129 260f80e4-7a28-3924-810f-c04153c831b5 --- corelib/src/time_zone.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();