Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: corelib/src/time_zone.dart

Issue 10411057: Deprecate use of timezones. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698