| Index: sdk/lib/core/date_time.dart
|
| diff --git a/sdk/lib/core/date_time.dart b/sdk/lib/core/date_time.dart
|
| index 31daa8f99aec01fdc75aa7a89d3a56baa50634f8..e0509d6a175aecaf9d40511e9623925d90b02697 100644
|
| --- a/sdk/lib/core/date_time.dart
|
| +++ b/sdk/lib/core/date_time.dart
|
| @@ -13,7 +13,7 @@ part of dart.core;
|
| *
|
| * Also see [Stopwatch] for means to measure time-spans.
|
| */
|
| -class DateTime {
|
| +class DateTime implements Comparable {
|
| // Weekday constants that are returned by [weekday] method:
|
| static const int MONDAY = 1;
|
| static const int TUESDAY = 2;
|
|
|