加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
zhangdd_ewan 提交于 2024-04-22 17:40 . 时区二进制文件移到tzdata仓
{
"name": "@ohos/tzdata",
"description": "The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules.",
"version": "4.0",
"license": "BSD 3-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/tzdata"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE",
"component": {
"name": "tzdata",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard"],
"rom": "0",
"ram": "0",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/tzdata/data:zoneinfo"
],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化