3

ubuntu 10.04 では両方のタイムゾーン (Etc/UTC & Etc/Universal) が利用可能です。Web サーバーにどれを選択すればよいかわかりません。

Etc/Universal ではなく、Etc/UTC が特定のタイム ゾーンを指しているという私の理論は、現在の「基本」時間を意味的に指しています。したがって、ユニバーサルが選択のオプションです。

4

1 に答える 1

4

Etc/Universal は、単に Etc/UTC の古い命名基準です。同じことが Etc/Zulo にも当てはまります。それは機能し、すべての実際的な側面で同じですが、本当に正しいことをしたい場合は。Etc/UTC を選択します。

tz データベース etcetera ファイルから:

# The following link uses older naming conventions,
# but it belongs here, not in the file `backward',
# as functions like gmtime load the "GMT" file to handle leap seconds properly.
# We want this to work even on installations that omit the other older names.

Link    Etc/UTC             Etc/Universal
Link    Etc/UTC             Etc/Zulu
于 2012-05-31T19:41:39.427 に答える