@20i/timesync 中文文档教程

发布于 3年前 浏览 29 更新于 3年前

@20i/timesync

该库提供了一种与时间服务器同步时间的方法(默认为 20i 时间服务器)

import timesync from "@20i/timesync"

async function() {
    await timesync.sync({ delay: 50 })
    console.log("offsetMs", timesync.offsetMs)
    console.log("moment", timesync.now().toISOString())
}

@20i/timesync

This library provides a way to get synchronized Time with a time server (20i time server by default)

import timesync from "@20i/timesync"

async function() {
    await timesync.sync({ delay: 50 })
    console.log("offsetMs", timesync.offsetMs)
    console.log("moment", timesync.now().toISOString())
}
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文