diff --git a/Manuals/en/Html/Repository/repository_50.html b/Manuals/en/Html/Repository/repository_50.html index b402bda..c80d882 100644 --- a/Manuals/en/Html/Repository/repository_50.html +++ b/Manuals/en/Html/Repository/repository_50.html @@ -169,19 +169,18 @@ Universal Time (UTC). It would be very convenient if you set your workstation to use UTC too. Otherwise it would be difficult for you to find out when changes were committed in time exactly.

-
Info

Tip

Coordinated Univeral Time (UTC) time representation can -be configured when you install CentOS distribution, or later in your +

Info

Tip

Coordinated Univeral Time (UTC) representation can be +configured when you install CentOS distribution, or later in your graphical interface using the following command:

system-config-date
 
-
info

Note

If you set your system clock to use UTC time -representation, you will need to set the TZ environment variable -inside `~/.bash_profile' as follows: +

info

Note

If you set your system clock to use UTC representation, +you also will need to set the TZ environment variable inside +`~/.bash_profile' as follows:

export TZ=UTC
 

This is required in order for your terminal to display the correct -time information of your zone, taking UTC time representation as -reference. +time information of your zone, taking UTC representation as reference.

diff --git a/Manuals/en/Info/Repository/repository.info.bz2 b/Manuals/en/Info/Repository/repository.info.bz2 index 112d3c4..cc688d9 100644 Binary files a/Manuals/en/Info/Repository/repository.info.bz2 and b/Manuals/en/Info/Repository/repository.info.bz2 differ diff --git a/Manuals/en/Plaintext/Repository/repository.txt b/Manuals/en/Plaintext/Repository/repository.txt index 88f6265..e5bb5e2 100644 --- a/Manuals/en/Plaintext/Repository/repository.txt +++ b/Manuals/en/Plaintext/Repository/repository.txt @@ -3110,17 +3110,17 @@ Time (UTC). It would be very convenient if you set your workstation to use UTC too. Otherwise it would be difficult for you to find out when changes were committed in time exactly. - *Tip* Coordinated Univeral Time (UTC) time representation can be + *Tip* Coordinated Univeral Time (UTC) representation can be configured when you install CentOS distribution, or later in your graphical interface using the following command: system-config-date - *Note* If you set your system clock to use UTC time - representation, you will need to set the TZ environment variable - inside `~/.bash_profile' as follows: + *Note* If you set your system clock to use UTC representation, you + also will need to set the TZ environment variable inside + `~/.bash_profile' as follows: export TZ=UTC This is required in order for your terminal to display the correct - time information of your zone, taking UTC time representation as + time information of your zone, taking UTC representation as reference. 3.47.3 Usage diff --git a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions/Verify.texi b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions/Verify.texi index bb85f4f..2888aac 100644 --- a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions/Verify.texi +++ b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions/Verify.texi @@ -82,8 +82,8 @@ workstation to use UTC too. Otherwise it would be difficult for you to find out when changes were committed in time exactly. @quotation -@strong{Tip} Coordinated Univeral Time (UTC) time representation can -be configured when you install CentOS distribution, or later in your +@strong{Tip} Coordinated Univeral Time (UTC) representation can be +configured when you install CentOS distribution, or later in your graphical interface using the following command: @verbatim system-config-date @@ -91,15 +91,14 @@ system-config-date @end quotation @quotation -@strong{Note} If you set your system clock to use UTC time -representation, you will need to set the @var{TZ} environment variable -inside @file{~/.bash_profile} as follows: +@strong{Note} If you set your system clock to use UTC representation, +you also will need to set the @var{TZ} environment variable inside +@file{~/.bash_profile} as follows: @verbatim export TZ=UTC @end verbatim This is required in order for your terminal to display the correct -time information of your zone, taking UTC time representation as -reference. +time information of your zone, taking UTC representation as reference. @end quotation @subsection Usage