| Index: sdk/lib/core/date_time.dart
|
| diff --git a/sdk/lib/core/date_time.dart b/sdk/lib/core/date_time.dart
|
| index 2bd120e94a9c057afdd2ba3e2461ad0a8647e008..b9a454757f8c28de0a397b70f167506fce1c99c2 100644
|
| --- a/sdk/lib/core/date_time.dart
|
| +++ b/sdk/lib/core/date_time.dart
|
| @@ -5,7 +5,7 @@
|
| part of dart.core;
|
|
|
| /**
|
| - * An instant in time, such as July 20, 1969, 8:18pm PST.
|
| + * An instant in time, such as July 20, 1969, 8:18pm GMT.
|
| *
|
| * Create a DateTime object by using one of the constructors
|
| * or by parsing a correctly formatted string,
|
|
|