Ferramentas de Usuário

Ferramentas de Site


en:wheezy:config:clock:date_time

2.4.1 Date, Time and Time Zone

Objective

To adjusts system date and time.

Configuration

Time Zone

Time zone information is stored in the configuration file /etc/timezone an can be checked using the cat command:

root@server:~# cat /etc/timezone
Europe/Lisbon

To adjust the system timezone, use the dpkg-reconfigure tzdata:

root@server:~# dpkg-reconfigure tzdata

Choose the geographical area:

Then the region or city where the system is physically located:

The current default time zone is now:

Current default time zone: 'Europe/Lisbon'
Local time is now:      Mon May  6 18:30:14 WEST 2013.
Universal Time is now:  Mon May  6 17:30:14 UTC 2013.

Date and Time

date can be used to show the actual system date and time:

root@server:~# date
Mon May  6 18:31:38 WEST 2013

date can also be used to quickly adjust system date and time. The syntax is “date MMDDhhmm”:

root@server:~# date 05061834
Mon May  6 18:34:00 WEST 2013
en/wheezy/config/clock/date_time.txt · Última modificação em: 2024-02-15 01:05 por 127.0.0.1