zoukankan      html  css  js  c++  java
  • Debian 8 设置时区和时间配置

    一、设置时区

    1. 执行 tzselect

    2. 弹出洲级地域选项:

    Please identify a location so that time zone rules can be set correctly.
    Please select a continent, ocean, "coord", or "TZ".
     1) Africa
     2) Americas
     3) Antarctica
     4) Asia
     5) Atlantic Ocean
     6) Australia
     7) Europe
     8) Indian Ocean
     9) Pacific Ocean
    10) coord - I want to use geographical coordinates.
    11) TZ - I want to specify the time zone using the Posix TZ format.
    #? 

    例如我选择 4

    3. 弹出国家级选项:

    Please select a country whose clocks agree with yours.
     1) Afghanistan          18) Israel            35) Palestine
     2) Armenia          19) Japan            36) Philippines
     3) Azerbaijan          20) Jordan            37) Qatar
     4) Bahrain          21) Kazakhstan        38) Russia
     5) Bangladesh          22) Korea (North)        39) Saudi Arabia
     6) Bhutan          23) Korea (South)        40) Singapore
     7) Brunei          24) Kuwait            41) Sri Lanka
     8) Cambodia          25) Kyrgyzstan        42) Syria
     9) China          26) Laos            43) Taiwan
    10) Cyprus          27) Lebanon            44) Tajikistan
    11) East Timor          28) Macau            45) Thailand
    12) Georgia          29) Malaysia            46) Turkmenistan
    13) Hong Kong          30) Mongolia            47) United Arab Emirates
    14) India          31) Myanmar (Burma)        48) Uzbekistan
    15) Indonesia          32) Nepal            49) Vietnam
    16) Iran          33) Oman            50) Yemen
    17) Iraq          34) Pakistan

    例如我选择 9

    4. 弹出时区选项:

    Please select one of the following time zone regions.
    1) Beijing Time
    2) Xinjiang Time

    例如选择 1

    5. 弹出确认信息:

    The following information has been given:
    
        China
        Beijing Time
    
    Therefore TZ='Asia/Shanghai' will be used.
    Selected time is now:    2018年 01月 01日 星期一 22:14:29 CST.
    Universal Time is now:    2018年 01月 01日 星期一 14:14:29 UTC.
    Is the above information OK?
    1) Yes
    2) No

    例如选择 1

    6. 时区设置完成。

    二、简单的时间配置

    1.查看当前系统时间

     date

    2.查看当前硬件时间

     hwclock

    3.设置系统时间,字符串形式

     date -s "2018-01-01 11:20:30"

    4.将系统时间同步到硬件

     hwclock --systohc
  • 相关阅读:
    【WPF】自定义CheckBox复选框
    如何在WPF中引用Windows.System.Forms.Integration
    【转载】wpf DataGrid自动显示行号
    C#网络编程(订立协议和发送文件) Part.4
    C#网络编程(接收文件) Part.5
    状态模式
    C#网络编程(同步传输字符串) Part.2
    我的一个自己写的更新缓存的aop实例
    C#网络编程(基本概念和操作) Part.1
    mssql根据分类查询每个分类前100条数据 表名m_data,分类字段名m_type
  • 原文地址:https://www.cnblogs.com/yoyotl/p/8151409.html
Copyright © 2011-2022 走看看