datetime - UTC 和 GMT 之间的差异

标签 datetime timezone utc gmt

嗨,我对时区有几个疑问:

  • 可以单独在 UTC 中捕获时间吗?
  • UTC -6 和 GMT -6 是否相同,这是否意味着它是美国本地时间?
  • 比如说,我的 UTC 时间是“02-01-2018 00:03”,这是否意味着我的美国本地时间是“01-01-2018 18:00”?

  • 我在维基百科和许多相关网站上搜索过,但没有找到相关的解释

    最佳答案

    协调世界时与格林威治标准时间没有时差
    星期五上午 7:17,协调世界时 (UTC) 是
    格林威治标准时间 (GMT) 周五上午 7:17

    关键区别: UTC 和 GMT 都是时间标准,它们在派生和使用方面有所不同。

    报价 timeanddate.com :

    The Difference Between GMT and UTC:

    Greenwich Mean Time (GMT) is often interchanged or confused with Coordinated Universal Time (UTC). But GMT is a time zone and UTC is a time standard.

    Although GMT and UTC share the same current time in practice, there is a basic difference between the two:

    • GMT is a time zone officially used in some European and African countries. The time can be displayed using both the 24-hour format (0 - 24) or the 12-hour format (1 - 12 am/pm).
    • UTC is not a time zone, but a time standard that is the basis for civil time and time zones worldwide. This means that no country or territory officially uses UTC as a local time.

    关于datetime - UTC 和 GMT 之间的差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48942916/

    相关文章:

    python - 如何在 python 中反序列化 json 对象中的日期时间?

    python - 如何将 24 小时时间转换为 12 小时时间?

    java - TimeZone.getTimeZone ("CST") 返回 GMT

    php - 在 MySQL 和 PHP 中,UTC 上的纪元时间转换为日期是不同的

    powershell - 为什么 [datetime] 正确转换了这个 UTC 时间以及如何使用 ParseExact 复制它

    javascript - 如何在 JS/jQuery 中正确显示 php 服务器时间和时区,与用户位置无关?

    java - 尝试从字符串到日期解析时出现 ParseException

    timezone - 日期是否在 ISO 8601 的目标时区?

    macos - 如何格式化 date -u 以便结果包括 Mac OSX 终端 session 中的时区偏移?

    jquery函数转换日期时间,分割日期时间 "2010-10-18 10:06"返回 "18/10/2010"和 "10:06"