Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
8d71de9c
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
8d71de9c
编写于
11月 28, 2022
作者:
O
openharmony_ci
提交者:
Gitee
11月 28, 2022
浏览文件
操作
浏览文件
下载
差异文件
!11864 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-system-time.md.
Merge pull request !11864 from 葛亚芳/N/A
上级
53f265c6
4a6e5823
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
43 addition
and
5 deletion
+43
-5
zh-cn/application-dev/reference/apis/js-apis-system-time.md
zh-cn/application-dev/reference/apis/js-apis-system-time.md
+43
-5
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-system-time.md
浏览文件 @
8d71de9c
...
...
@@ -453,7 +453,7 @@ setTimezone(timezone: string, callback: AsyncCallback<void>): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ------------- | ---- | -------------------------- |
| timezone | string | 是 | 系统时区。
|
| timezone | string | 是 | 系统时区。
具体可见
[
支持的系统时区
](
#支持的系统时区
)
。
|
| callback | AsyncCallback
<
void
>
| 是 | 回调函数。 |
**示例:**
...
...
@@ -482,7 +482,7 @@ setTimezone(timezone: string): Promise<void>
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ------ | ---- | ---------- |
| timezone | string | 是 | 系统时区。 |
| timezone | string | 是 | 系统时区。
具体可见
[
支持的系统时区
](
#支持的系统时区
)
。
|
**返回值:**
...
...
@@ -512,7 +512,7 @@ getTimezone(callback: AsyncCallback<string>): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | --------- | ---- | ------------------------ |
| callback | AsyncCallback
<
string
>
| 是 | 回调函数,返回系统时区。 |
| callback | AsyncCallback
<
string
>
| 是 | 回调函数,返回系统时区。
具体可见
[
支持的系统时区
](
#支持的系统时区
)
。
|
**示例:**
...
...
@@ -538,7 +538,7 @@ getTimezone(): Promise<string>
| 类型 | 说明 |
| --------------------- | ------------------------------------- |
| Promise
<
string
>
| Promise对象,返回系统时区。 |
| Promise
<
string
>
| Promise对象,返回系统时区。
具体可见
[
支持的系统时区
](
#支持的系统时区
)
。
|
**示例:**
...
...
@@ -548,4 +548,42 @@ systemTime.getTimezone().then((data) => {
}).
catch
((
error
)
=>
{
console
.
error
(
`Failed to get system time zone. Cause:`
+
JSON
.
stringify
(
error
));
});
```
\ No newline at end of file
```
## 支持的系统时区
支持的系统时区及各时区与0时区相比的偏移量(单位:h)可见下表。
| 时区 | 偏移量 |
| ------------------------------ | --------------------- |
| Antarctica/McMurdo | 12 |
| America/Argentina/Buenos_Aires | -3 |
| Australia/Sydney | 10 |
| America/Noronha | -2 |
| America/St_Johns | -3 |
| Africa/Kinshasa | 1 |
| America/Santiago | -3 |
| Asia/Shanghai | 8 |
| Asia/Nicosia | 3 |
| Europe/Berlin | 2 |
| America/Guayaquil | -5 |
| Europe/Madrid | 2 |
| Pacific/Pohnpei | 11 |
| America/Godthab | -2 |
| Asia/Jakarta | 7 |
| Pacific/Tarawa | 12 |
| Asia/Almaty | 6 |
| Pacific/Majuro | 12 |
| Asia/Ulaanbaatar | 8 |
| America/Mexico_City | -5 |
| Asia/Kuala_Lumpur | 8 |
| Pacific/Auckland | 12 |
| Pacific/Tahiti | -10 |
| Pacific/Port_Moresby | 10 |
| Asia/Gaza | 3 |
| Europe/Lisbon | 1 |
| Europe/Moscow | 3 |
| Europe/Kiev | 3 |
| Pacific/Wake | 12 |
| America/New_York | -4 |
| Asia/Tashkent | 5 |
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录