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

Unified Diff: sdk/lib/core/date_time.dart

Issue 111463004: Adding library level docs for async, io, convert and fixing a bug in dart:core (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: changes based on kathyw's feedback Created 7 years 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: 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,

Powered by Google App Engine
This is Rietveld 408576698