「localTime」を含む例文一覧(15)

  • is equivalent to asctime(localtime( t )) .
    関数は、asctime(localtime( t )) - JM
  • are the inverses of localtime (3)
    関数は、それぞれlocaltime (3) - JM
  • This only applies when localtime is False
    この機能は localtime が False のときのみ適用されます。 - Python
  • Look for your timezone in /usr/share/zoneinfo, then copy it to /etc/localtime.
    自分のタイムゾーンを/usr/share/zoneinfoから探して、/etc/localtimeにコピーしてください。 - Gentoo Linux
  • This timezone directory contains the files localtime local timezone file posixrules rules for POSIX-style TZ's Often /etc/localtime is a symlink to the file localtime or to the correct timezone file in the system timezone directory.
    このタイムゾーンディレクトリには以下のファイルが含まれる。 localtime ローカルタイムゾーンのファイルposixrules POSIX 式の TZ 書式ルール/etc/localtimeは、localtimeファイルや、システムのタイムゾーンディレクトリ中の適切なタイムゾーンファイルへのシンボリックリンクであることが多い。 - JM
  • # ls /usr/share/zoneinfo(Suppose you want to use GMT)# cp /usr/share/zoneinfo/GMT /etc/localtime
    # ls /usr/share/zoneinfo (GMTを使うとして) - Gentoo Linux
  • Look for your timezone in /usr/share/zoneinfo, then copyit to /etc/localtime.
    自分のタイムゾーンを/usr/share/zoneinfoから探して、lnを使って/etc/localtimeにリンクを張ってください。 - Gentoo Linux
  • You should define the timezone that you previously copied to/etc/localtime so that further upgrades of thesys-libs/timezone-data package can update /etc/localtimeautomatically.
    さらにsys-libs/timezone-dataパッケージを更新すると、自動的に/etc/localtimeがアップデートされるよう、先に/etc/localtimeへコピーしたタイムゾーンを定義すべきです。 - Gentoo Linux
  • The third format specifies that the timezone information should be read from a file: :[filespec] If the file specification filespec is omitted, the timezone information is read from the file localtime in the system timezone directory, which nowadays usually is /usr/share/zoneinfo .
    :[filespec]ファイルの指定 filespec が省略された場合は、タイムゾーンの情報はシステムタイムゾーンディレクトリのlocaltimeファイルから読まれる。 最近ではシステムタイムゾーンディレクトリは普通/usr/share/zoneinfo/localtimeである。 - JM
  • file localtime found in the system timezone directory (see below).
    このローカルな壁時計時刻としては、システムのタイムゾーンディレクトリ (後述) にあるtzfile (5) 形式のファイル localtime で指定されている値が用いられる。 - JM
  • (One also often sees /etc/localtime used here, a symlink to the right file in the system timezone directory.
    (この際には/etc/localtimeもよく用いられる。 これはシステムのタイムゾーンディレクトリにある適切なファイルへのシンボリックリンクになっている。 - JM
  • Otherwise, the structure is initialized to the broken-down time corresponding to the current local time (as by a call to localtime (3)).
    指定されていない場合、この構造体は現在のローカルタイムに対応する要素別の時刻で初期化される( localtime (3) を呼び出した場合と同じ)。 - JM
  • It the timezone item in the tuple is None, assumelocal time.
    与えられた時間帯が None である場合、時間帯として現地時間 (localtime) が仮定されます。 - Python
  • Note:Although in many cases, changing the TZ environment variable may affect the output of functions like localtime without calling tzset, this behavior should not be relied on. The TZ environment variable should contain no whitespace.
    注意:多くの場合、環境変数 TZ を変更すると、tzset を呼ばない限り localtime のような関数の出力に影響を及ぼすため、値が信頼できなくなってしまいます。 TZ 環境変数には空白文字を含めてはなりません。 - Python
  • Localtime uses the first standard-time ttinfo structure in the file (or simply the first ttinfo structure in the absence of a standard-time structure) if either tzh_timecnt is zero or the time argument is less than the first transition time recorded in the file.
    またこの値は、POSIX スタイルのタイムゾーン環境変数を処理するときにタイムゾーンファイルが使われるときにも利用される。 - JM

例文データの著作権について