| Index: runtime/vm/os.h
|
| diff --git a/runtime/vm/os.h b/runtime/vm/os.h
|
| index ff61aaa52499cd55b2c1bdbfc3092d684e5cad2d..a86889b4c6240819911b1d14b0c24a61166fde71 100644
|
| --- a/runtime/vm/os.h
|
| +++ b/runtime/vm/os.h
|
| @@ -25,8 +25,9 @@ class OS {
|
| // Returns the current process id.
|
| static intptr_t ProcessId();
|
|
|
| - // Returns the abbreviated time-zone name for the given instant.
|
| - // For example "CET" or "CEST".
|
| + // Returns a time-zone name for the given instant.
|
| + // The name is provided by the underlying platform.
|
| + // The returned string may be Zone allocated.
|
| static const char* GetTimeZoneName(int64_t seconds_since_epoch);
|
|
|
| // Returns the difference in seconds between local time and UTC for the given
|
|
|