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

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

Issue 2069783002: Fix Windows time zone name extraction. Update API docs (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Take daylight savings from call return. Restore previous failure return. Created 4 years, 6 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
« no previous file with comments | « runtime/vm/os_win.cc ('k') | tests/corelib/date_time_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/date_time.dart
diff --git a/sdk/lib/core/date_time.dart b/sdk/lib/core/date_time.dart
index 35e93e004596b49cb7627144bd7cbd03208bfdda..b5e9c3ce26f6376904a5e306531759be0f235f49 100644
--- a/sdk/lib/core/date_time.dart
+++ b/sdk/lib/core/date_time.dart
@@ -664,8 +664,10 @@ class DateTime implements Comparable<DateTime> {
external int get microsecondsSinceEpoch;
/**
- * The abbreviated time zone name&mdash;for example,
- * [:"CET":] or [:"CEST":].
+ * The time zone name provided by the platform.
floitsch 2016/08/22 16:20:25 No need to explicitly use the "provided by the pla
+ *
+ * On Unix-like systems this will probably be an abbreviation. On Windows
+ * this will probably be the full-name, e.g. "Pacific Standard Time".
*/
external String get timeZoneName;
« no previous file with comments | « runtime/vm/os_win.cc ('k') | tests/corelib/date_time_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698