博客
关于我
js中的时区问题
阅读量:119 次
发布时间:2019-02-26

本文共 1037 字,大约阅读时间需要 3 分钟。

JavaScript?????????

?JavaScript??????????????????????????????????????????????????????????

?????

?JavaScript??new Date()???????????????????????????????????UTC???????????????????????????UTC??????????????????????????

?????????????????????????????????????????????????????????????????????

?????

  • ???????GMT?

    ?????????????????????????GMT?????????????GMT??+8???

  • ??????UTC?

    UTC????????????????GMT???????????????

  • ????

    ??getTimezoneOffset()???????????GMT??????????????

  • ????

  • ????????

    const timezoneOffset = new Date().getTimezoneOffset();
  • ??????

    ????GMT??????????????????

    ???? = GMT?? - ??????
  • ??GMT??

    ???????????????????GMT???

    GMT?? = ???? + ??????
  • ???????

    ??????????????????????

    • ???????????
    • ?????????????????
    • ????????????????
  • ????

    const timezone = 8; // ????????const offset = new Date().getTimezoneOffset();const nowDate = new Date().getTime();const targetDate = new Date(  nowDate - offset * 60 * 1000 + timezone * 60 * 60 * 1000);

    ????

    • ??????????????????????????????
    • ??????????????????????GMT????????

    ???????????????????????????????????????????

    转载地址:http://hpwu.baihongyu.com/

    你可能感兴趣的文章
    PAT甲级——1009 Product of Polynomials (25分)(最后一个测试点段错误)
    查看>>
    Spring对jdbc的支持
    查看>>
    PayPal网站付款标准版(for PHP)
    查看>>
    Paystack Android SDK 集成与使用指南
    查看>>
    pbf格式详解,javascript加载导出pbf文件示例
    查看>>
    PBOC2.0与3.0的区别
    查看>>
    PbootCMS entrance.php SQL注入漏洞复现
    查看>>
    PbootCMS 前台RCE漏洞复现
    查看>>
    PBT
    查看>>
    PB级分析型数据库ClickHouse的应用场景和特性
    查看>>
    pc3-12800
    查看>>
    PCA---主成成分分析
    查看>>
    pca算法
    查看>>
    PCA降维demo
    查看>>
    SharePoint 2013 图文开发系列之定义站点模板
    查看>>
    PCB设计十条黄金法则
    查看>>
    SpringSecurity框架介绍
    查看>>
    PCI Express学习篇:Power Management(二)
    查看>>
    pcie握手机制_【博文连载】PCIe扫盲——Ack/Nak 机制详解(一)
    查看>>
    pcm转wav的方法及代码示例
    查看>>