TimeZone

TimeZone

DateObjectDateString 及相关函数的一个选项, 用来指定用于日期和时间的时区.

更多信息

  • TimeZone 选项通常用于指定与给定日期或一组日期相关的时区.
  • 可能的 TimeZone 指定包括:
  • nGMT 加上的小时数
    "zone"已命名时区
    Entity["TimeZone", "zone"]"TimeZone" 实体指定的时区
    loc与给定位置关联的时区
    Automatic自动确定时区
    None不指定时区信息
  • 对于数值 nTimeZone->n 指定应返回一个时区的结果,在该时区中必须将格林威治标准时间 (GMT) 加上 n 小时以获得本地时间.
  • TimeZone->"zone" 指定返回结果时应对适当日期使用已命名时区 "zone" 的适当偏移量
  • 时区字符串的例子包括 "America/Chicago""Europe/London""Asia/Tokyo""Zulu"、"-04:00"、"GMT+05:45" 等.
  • 可以用 EntityList["TimeZone"] 来找出可用的时区实体列表.
  • TimeZoneloc 将使用与指定位置 EntityGeoPosition loc 关联的时区.
  • TimeZoneAutomatic 表示应自动确定时区值,如果没有可用的时区信息,则默认为 $TimeZone.
  • TimeZoneNone 表示不应插入明确的时区信息,在需要时区偏移实例化的情况下默认使用 $TimeZone.
  • 常见的默认设置为 TimeZone:>$TimeZone.

范例

打开所有单元关闭所有单元

基本范例  (2)

返回 GMT 时区的当前日期和时间:

返回偏移 0 到6 小时的时区的当前日期和时间:

范围  (4)

TimeZone 值可以是 IntegerReal 或时区 String

时区字符串会自动考虑夏令时的校准:

EntityList["TimeZone"] 可用来找出可用的 "TimeZone" 实体:

美国的主要时区:

巧妙范例  (1)

给出美国的时区:

绘制连在一起的美国的地区:

Wolfram Research (1991),TimeZone,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TimeZone.html (更新于 2024 年).

文本

Wolfram Research (1991),TimeZone,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TimeZone.html (更新于 2024 年).

CMS

Wolfram 语言. 1991. "TimeZone." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/TimeZone.html.

APA

Wolfram 语言. (1991). TimeZone. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TimeZone.html 年

BibTeX

@misc{reference.wolfram_2024_timezone, author="Wolfram Research", title="{TimeZone}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/TimeZone.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_timezone, organization={Wolfram Research}, title={TimeZone}, year={2024}, url={https://reference.wolfram.com/language/ref/TimeZone.html}, note=[Accessed: 22-November-2024 ]}