Chromium Code Reviews| 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..53a72c278fd875bdbf229b5386055f31eb38b13c 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 PDT. |
|
Søren Gjesse
2013/12/19 09:44:40
Maybe use GMT.
Lasse Reichstein Nielsen
2013/12/19 15:22:49
Good idea. Not everybody knows the national time z
mem
2013/12/19 23:24:24
Done.
|
| * |
| * Create a DateTime object by using one of the constructors |
| * or by parsing a correctly formatted string, |