翻訳ドキュメント管理用
修訂 | b687e539a8277ed8a36affcba6aaf2a668ee7490 (tree) |
---|---|
時間 | 2021-06-22 00:35:40 |
作者 | Akihiro Motoki <amotoki@user...> |
Commiter | Akihiro Motoki |
Merge pull request #42254 (amotoki/jm/work-strftime.3 into master).
@@ -12,4 +12,5 @@ PO4A-HEADER: mode=before; position=^\.TH | ||
12 | 12 | .\" Updated 2012-05-29, Akihiro MOTOKI <amotoki@gmail.com> |
13 | 13 | .\" Updated 2013-03-26, Akihiro MOTOKI <amotoki@gmail.com> |
14 | 14 | .\" Updated 2013-07-31, Akihiro MOTOKI <amotoki@gmail.com> |
15 | +.\" Updated 2021-04-13, Akihiro Motoki <amotoki@gmail.com> | |
15 | 16 | .\" |
@@ -0,0 +1,418 @@ | ||
1 | +.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) | |
2 | +.\" | |
3 | +.\" %%%LICENSE_START(VERBATIM) | |
4 | +.\" Permission is granted to make and distribute verbatim copies of this | |
5 | +.\" manual provided the copyright notice and this permission notice are | |
6 | +.\" preserved on all copies. | |
7 | +.\" | |
8 | +.\" Permission is granted to copy and distribute modified versions of this | |
9 | +.\" manual under the conditions for verbatim copying, provided that the | |
10 | +.\" entire resulting derived work is distributed under the terms of a | |
11 | +.\" permission notice identical to this one. | |
12 | +.\" | |
13 | +.\" Since the Linux kernel and libraries are constantly changing, this | |
14 | +.\" manual page may be incorrect or out-of-date. The author(s) assume no | |
15 | +.\" responsibility for errors or omissions, or for damages resulting from | |
16 | +.\" the use of the information contained herein. The author(s) may not | |
17 | +.\" have taken the same level of care in the production of this manual, | |
18 | +.\" which is licensed free of charge, as they might when working | |
19 | +.\" professionally. | |
20 | +.\" | |
21 | +.\" Formatted or processed versions of this manual, if unaccompanied by | |
22 | +.\" the source, must acknowledge the copyright and authors of this work. | |
23 | +.\" %%%LICENSE_END | |
24 | +.\" | |
25 | +.\" References consulted: | |
26 | +.\" Linux libc source code | |
27 | +.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) | |
28 | +.\" 386BSD man pages | |
29 | +.\" GNU texinfo documentation on glibc date/time functions. | |
30 | +.\" Modified Sat Jul 24 18:03:44 1993 by Rik Faith (faith@cs.unc.edu) | |
31 | +.\" Applied fix by Wolfgang Franke, aeb, 961011 | |
32 | +.\" Corrected return value, aeb, 970307 | |
33 | +.\" Added Single UNIX Spec conversions and %z, aeb/esr, 990329. | |
34 | +.\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and | |
35 | +.\" 'width' components of conversion specifications. | |
36 | +.\" | |
37 | +.\"******************************************************************* | |
38 | +.\" | |
39 | +.\" This file was generated with po4a. Translate the source file. | |
40 | +.\" | |
41 | +.\"******************************************************************* | |
42 | +.\" | |
43 | +.\" Japanese Version Copyright (c) 2000 HANATAKA Shinya | |
44 | +.\" all rights reserved. | |
45 | +.\" Translated 2000-10-10, HANATAKA Shinya <hanataka@abyss.rim.or.jp> | |
46 | +.\" Updated 2002-01-09, Kentaro Shirakata <argrath@ub32.org> | |
47 | +.\" Updated 2002-01-14, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp> | |
48 | +.\" Updated 2005-02-26, Akihiro MOTOKI | |
49 | +.\" Updated 2005-04-17, Akihiro MOTOKI | |
50 | +.\" Updated 2005-12-05, Akihiro MOTOKI, LDP v2.16 | |
51 | +.\" Updated 2010-04-18, Akihiro MOTOKI, LDP v3.24 | |
52 | +.\" Updated 2012-05-29, Akihiro MOTOKI <amotoki@gmail.com> | |
53 | +.\" Updated 2013-03-26, Akihiro MOTOKI <amotoki@gmail.com> | |
54 | +.\" Updated 2013-07-31, Akihiro MOTOKI <amotoki@gmail.com> | |
55 | +.\" Updated 2021-04-13, Akihiro Motoki <amotoki@gmail.com> | |
56 | +.\" | |
57 | +.TH STRFTIME 3 " 2020\-08\-13" GNU "Linux Programmer's Manual" | |
58 | +.SH 名前 | |
59 | +strftime \- 日付および時刻の文字列への変換 | |
60 | +.SH 書式 | |
61 | +.nf | |
62 | +\fB#include <time.h>\fP | |
63 | +.PP | |
64 | +\fBsize_t strftime(char *\fP\fIs\fP\fB, size_t \fP\fImax\fP\fB, const char *\fP\fIformat\fP\fB,\fP | |
65 | +\fB const struct tm *\fP\fItm\fP\fB);\fP | |
66 | +.fi | |
67 | +.SH 説明 | |
68 | +.\" FIXME . POSIX says: Local timezone information is used as though | |
69 | +.\" strftime() called tzset(). But this doesn't appear to be the case | |
70 | +\fBstrftime\fP() 関数 は、要素別の時刻 \fItm\fP の内容を \fIformat\fP で指定された書式指定にしたがって変換し、長さ \fImax\fP | |
71 | +の文字列 \fIs\fP に書き込む。要素別の時刻構造体 \fItm\fP は \fI<time.h>\fP で定義されている。 \fBctime\fP(3) | |
72 | +も参照。 | |
73 | +.PP | |
74 | +書式指定はヌル終端された文字列であり、「変換指定 (conversion | |
75 | +specification)」と呼ばれる特別な文字列を含めることができる。各々の変換指定は \(aq%\(aq 文字で始まり、「変換指定文字 | |
76 | +(conversion specifier character)」と呼ばれる何らか他の文字で終端される。上記以外の全ての文字列は「通常の文字列 | |
77 | +(ordinary character sequence)」となる。 | |
78 | +.PP | |
79 | +(NULL バイトも含む) 通常の文字列内の文字は、そのまま \fIformat\fP から \fIs\fP | |
80 | +にコピーされる。一方、変換指定の文字は以下のリストに示すように置換される。このリストでは、 \fItm\fP | |
81 | +構造体のフィールドが参照される場合、その情報も記載している。 | |
82 | +.TP | |
83 | +\fB%a\fP | |
84 | +現在のロケールにおける曜日の省略名。 \fItm_wday\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
85 | +\fBABDAY_\fP{\fB1\fP\(en\fB7\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
86 | +.TP | |
87 | +\fB%A\fP | |
88 | +現在のロケールにおける曜日の完全な名前。 \fItm_wday\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
89 | +\fBDAY_\fP{\fB1\fP\(en\fB7\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
90 | +.TP | |
91 | +\fB%b\fP | |
92 | +現在のロケールにおける月の省略名。 \fItm_mon\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
93 | +\fBABMON_\fP{\fB1\fP\(en\fB12\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
94 | +.TP | |
95 | +\fB%B\fP | |
96 | +現在のロケールにおける月の完全な名前。 \fItm_mon\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
97 | +\fBMON_\fP{\fB1\fP\(en\fB12\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
98 | +.TP | |
99 | +\fB%c\fP | |
100 | +現在のロケールにおいて一般的な日付・時刻の表記。現在のロケールで使用される具体的なフォーマットは、 \fB%c\fP 変換指定の場合は \fBD_T_FMT\fP | |
101 | +を、 \fB%Ec\fP 変換指定の場合は \fBERA_D_T_FMT\fP を引き数に指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
102 | +POSIX ロケールでは \fB%a %b %e %H:%M:%S %Y\fP と等価である。 | |
103 | +.TP | |
104 | +\fB%C\fP | |
105 | +世紀に対応する 2 桁の整数 (year/1000)。 \fB%EC\fP 変換指定は、西暦以外の年数表記 ("era") の名前に対応する。 | |
106 | +\fItm_year\fP から計算される。 (SU) | |
107 | +.TP | |
108 | +\fB%d\fP | |
109 | +月内通算日 (10 進数表記) (01\-31)。 \fItm_mday\fP から計算される。 | |
110 | +.TP | |
111 | +\fB%D\fP | |
112 | +\fB%m/%d/%y\fP と等価。(うえっ、アメリカ専用だ。アメリカ以外の国では \fB%d/%m/%y\fP | |
113 | +の方が一般的だ。紛らわしいので、使用すべきではない。) (SU) | |
114 | +.TP | |
115 | +\fB%e\fP | |
116 | +\fB%d\fP と同様に月内通算日を 10 進数で表現するが、 1 桁の場合 10 の位にゼロを置かずスペースを置く。 \fItm_mday\fP | |
117 | +から計算される。 (SU) | |
118 | +.TP | |
119 | +\fB%E\fP | |
120 | +別形式 (西暦以外の年数表記; "era") を使用する際の修飾子。下記参照。 (SU) | |
121 | +.TP | |
122 | +\fB%F\fP | |
123 | +\fB%Y\-%m\-%d\fP と等価 (ISO\ 8601 形式の日付フォーマット)。 (C99) | |
124 | +.TP | |
125 | +\fB%G\fP | |
126 | +ISO\ 8601 の週 (ISO\ 8601 week) に基づく年の表示。「注意」の節を参照)。世紀も 10 進数で表す。 ISO 週番号 | |
127 | +(\fB%V\fP を参照) に対応した 4 桁の西暦年。 これは基本的には \fB%Y\fP と同じ形式だが、ISO | |
128 | +週数が前年や翌年になる場合にはその年が使用される点が異なる。 \fItm_year\fP, \fItm_yday\fP, \fItm_wday\fP から計算される。 | |
129 | +(TZ) | |
130 | +.TP | |
131 | +\fB%g\fP | |
132 | +\fB%G\fP と同様。ただし、世紀を含まず下 2 桁のみを表示 (00\(en99)。 \fItm_year\fP, \fItm_yday\fP, | |
133 | +\fItm_wday\fP から計算される。 (TZ) | |
134 | +.TP | |
135 | +\fB%h\fP | |
136 | +\fB%b\fP と等価 (SU) | |
137 | +.TP | |
138 | +\fB%H\fP | |
139 | +24 時間表記での時 (hour) (00\-23)。 \fItm_hour\fP から計算される。 | |
140 | +.TP | |
141 | +\fB%I\fP | |
142 | +12 時間表記での時 (hour) (01\-12)。 \fItm_hour\fP から計算される。 | |
143 | +.TP | |
144 | +\fB%j\fP | |
145 | +年の初めから通算の日数 (001\-366)。 \fItm_yday\fP から計算される。 | |
146 | +.TP | |
147 | +\fB%k\fP | |
148 | +24 時間表記での時 (0\-23)。 1 桁の場合には前にゼロでなくスペースが置かれる。 \fB%H\fP も参照。 \fItm_hour\fP から計算される。 | |
149 | +(TZ) | |
150 | +.TP | |
151 | +\fB%l\fP | |
152 | +12 時間表記での時 (0\-12)。 1 桁の場合には前にゼロでなくスペースが置かれる。 \fB%I\fP も参照。 \fItm_hour\fP から計算される。 | |
153 | +(TZ) | |
154 | +.TP | |
155 | +\fB%m\fP | |
156 | +10 進数表記の月 (01\-12)。 \fItm_mon\fP から計算される。 | |
157 | +.TP | |
158 | +\fB%M\fP | |
159 | +10 進数表記の分 (00\-59)。 \fItm_min\fP から計算される。 | |
160 | +.TP | |
161 | +\fB%n\fP | |
162 | +改行 (SU) | |
163 | +.TP | |
164 | +\fB%O\fP | |
165 | +別の数値シンボルを使用する際の修飾子。下記参照。 (SU) | |
166 | +.TP | |
167 | +\fB%p\fP | |
168 | +現在のロケールにおける「午前」「午後」に相当する文字列。 英語の場合には "AM" または "PM" となる。 | |
169 | +正午は「午後」、真夜中は「午前」として扱われる。 \fItm_hour\fP から計算される。現在のロケールで "AM" と "PM" | |
170 | +に対応する文字列表現は、それぞれ \fBAM_STR\fP と \fBPM_STR\fP を指定して \fBnl_langinfo\fP(3) | |
171 | +を呼び出すことで取得できる。 | |
172 | +.TP | |
173 | +\fB%P\fP | |
174 | +\fB%p\fP と同様であるが小文字が使用される。 "am" や "pm"、もしくは現在のロケールでの対応する文字列となる。 \fItm_hour\fP | |
175 | +から計算される。 (GNU) | |
176 | +.TP | |
177 | +\fB%r\fP | |
178 | +午前・午後形式での時刻。現在のロケールで使用される具体的なフォーマットは、引き数に \fBT_FMT_AMPM\fP を指定して | |
179 | +\fBnl_langinfo\fP(3) を呼び出すことで取得できる。 POSIX ロケールでは \fB%I:%M:%S %p\fP と等価である。 (SU) | |
180 | +.TP | |
181 | +\fB%R\fP | |
182 | +24 時間表記での時刻、秒は表示しない (\fB%H:%M\fP)。 秒を含んだものは以下の \fB%T\fP を参照すること。(SU) | |
183 | +.TP | |
184 | +\fB%s\fP | |
185 | +紀元 (Epoch; 1970\-01\-01 00:00:00 +0000 (UTC)) からの秒数。 \fImktime(tm)\fP から計算される。 | |
186 | +(TZ) | |
187 | +.TP | |
188 | +\fB%S\fP | |
189 | +秒 (10 進数表記) (00\-60)。時々ある閏秒に対応するため、値の範囲は 60 までとなっている。 \fItm_sec\fP から計算される。 | |
190 | +.TP | |
191 | +\fB%t\fP | |
192 | +タブ文字 (SU) | |
193 | +.TP | |
194 | +\fB%T\fP | |
195 | +24 時間表記の時間 (\fB%H:%M:%S\fP) (SU) | |
196 | +.TP | |
197 | +\fB%u\fP | |
198 | +週の何番目の日 (10 進数表記) か。月曜日を 1 とする (1\-7)。 \fB%w\fP も参照。 \fItm_wday\fP から計算される。 (SU) | |
199 | +.TP | |
200 | +\fB%U\fP | |
201 | +年の初めからの通算の週番号 (10 進数表記) (00\-53)。 その年の最初の日曜日を、第 1 週の始まりとして計算する。 \fB%V\fP と \fB%W\fP | |
202 | +も参照すること。 \fItm_yday\fP と \fItm_wday\fP から計算される。 | |
203 | +.TP | |
204 | +\fB%V\fP | |
205 | +ISO\ 8601 形式での年の始めからの週番号 (「注意」の節を参照)。 10 進数表記で、01 から 53 | |
206 | +の値となる。週番号は、新しい年が少なくとも 4 日以上含まれる最初の週を 1 として計算する。 \fB%U\fP と \fB%W\fP も参照のこと。 | |
207 | +\fItm_year\fP, \fItm_yday\fP, \fItm_wday\fP から計算される。 (SU) | |
208 | +.TP | |
209 | +\fB%w\fP | |
210 | +週の何番目の日 (10 進数表記) か。日曜日を 0 とする。(0\-6)。 \fB%u\fP も参照。 \fItm_wday\fP から計算される。 | |
211 | +.TP | |
212 | +\fB%W\fP | |
213 | +年の初めからの通算の週番号 (10 進数表記) (00\-53)。 その年の最初の月曜日を、第 1 週の始まりとして計算する。 \fB%V\fP と \fB%W\fP | |
214 | +も参照すること。 \fItm_yday\fP と \fItm_wday\fP から計算される。 | |
215 | +.TP | |
216 | +\fB%x\fP | |
217 | +現在のロケールで一般的な日付表記。時刻は含まない。現在のロケールで使用される具体的なフォーマットは、 \fB%x\fP 変換指定の場合は \fBD_FMT\fP | |
218 | +を、 \fB%Ex\fP 変換指定の場合は \fBERA_D_FMT\fP を引き数に指定して、 \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
219 | +POSIX ロケールでは、これは \fB%m/%d/%y\fP と等価である。 | |
220 | +.TP | |
221 | +\fB%X\fP | |
222 | +現在のロケールで一般的な時刻表記。日付は含まない。現在のロケールで使用される具体的なフォーマットは、 \fB%X\fP 変換指定の場合は \fBT_FMT\fP | |
223 | +を、 \fB%EX\fP 変換指定の場合は \fBERA_T_FMT\fP を引き数に指定して、 \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
224 | +POSIX ロケールでは、これは \fB%H:%M:%S\fP と等価である。 | |
225 | +.TP | |
226 | +\fB%y\fP | |
227 | +西暦の下 2 桁 (世紀部分を含まない年) (00 から 99)。 \fB%Ey\fP 変換指定は。 \fB%EC\fP 変換指定で示される西暦以外の年数表記 | |
228 | +("era") における初めからの年数に対応する。 \fItm_year\fP から計算される。 | |
229 | +.TP | |
230 | +\fB%Y\fP | |
231 | +世紀部分を含めた 10 進表記の西暦年。 \fB%EY\fP 変換指定は別形式の年表記の完全な表現に対応する。 \fItm_year\fP から計算される。 | |
232 | +.TP | |
233 | +\fB%z\fP | |
234 | +\fI+hhmm\fP や \fI\-hhmm\fP の形式のタイムゾーン (UTC へのオフセット時間)。(SU) | |
235 | +.TP | |
236 | +\fB%Z\fP | |
237 | +タイムゾーン名または省略名。 | |
238 | +.TP | |
239 | +\fB%+\fP | |
240 | +.\" Nov 05 -- Not in Linux/glibc, but is in some BSDs (according to | |
241 | +.\" their man pages) | |
242 | +\fBdate\fP(1) 形式での日時。 glibc2 ではサポートされていない。 (TZ) | |
243 | +.TP | |
244 | +\fB%%\fP | |
245 | +\(aq%\(aq 文字 | |
246 | +.PP | |
247 | +いくつかの変換指定では、変換指定文字の前に \fBE\fP や \fBO\fP 「修飾子」を置くことによって別書式を使用するように指定することができる。 | |
248 | +現在のロケールにおいて別書式が存在しない場合には、 通常の変換指定が使用されたかのように動作する (SU)。 統一 UNIX 規格 (Single | |
249 | +UNIX Specification) では \fB%Ec\fP, \fB%EC\fP, \fB%Ex\fP, \fB%EX\fP, \fB%Ey\fP, \fB%EY\fP, | |
250 | +\fB%Od\fP, \fB%Oe\fP, \fB%OH\fP, \fB%OI\fP, \fB%Om\fP, \fB%OM\fP, \fB%OS\fP, \fB%Ou\fP, \fB%OU\fP, | |
251 | +\fB%OV\fP, \fB%Ow\fP, \fB%OW\fP, \fB%Oy\fP, について記述がある。ここで \fBO\fP 修飾子は別形式の数値シンボル (ローマ数字とか) | |
252 | +を指定するために使用する。 \fBE\fP 修飾子はロケール依存の別表現を指定するのに使用する。 \fBE\fP | |
253 | +修飾子を使った場合のデータ表現に適用されるルールは、 \fBnl_langinfo\fP(3) の引き数に \fBERA\fP | |
254 | +を指定することで取得できる。このような別表現の例としては \fBja_JP\fP glibc ロケールでの日本の年号 (「昭和」「平成」など) | |
255 | +によるカレンダー表記がある。 | |
256 | +.SH 返り値 | |
257 | +.\" (This behavior applies since at least libc 4.4.4; | |
258 | +.\" very old versions of libc, such as libc 4.4.1, | |
259 | +.\" would return | |
260 | +.\" .I max | |
261 | +.\" if the array was too small.) | |
262 | +終端のヌルバイトを含めた結果の文字列の長さが \fImax\fP バイトを超えなかった場合、 \fBstrftime\fP() 関数は配列 \fIs\fP | |
263 | +に格納されたバイト数を返す (このバイト数に終端のヌルバイトは含まれない)。 終端のヌルバイトを含めた結果の文字列の長さが \fImax\fP | |
264 | +バイトを超える場合には、 \fBstrftime\fP() は 0 を返し、配列の内容は不定となる。 | |
265 | +.PP | |
266 | +返り値 0 は必ずしもエラーを意味している訳ではないので注意すること。例えば、多くのロケールでは \fB%p\fP は空文字列を返す。同様に、空の | |
267 | +\fIformat\fP 文字列は空文字列を返す。 | |
268 | +.SH 環境変数 | |
269 | +環境変数 \fBTZ\fP と \fBLC_TIME\fP が使用される。 (訳注: \fBLC_ALL\fP が設定されている場合には \fBLC_TIME\fP | |
270 | +よりもそちらが優先される。 \fBLC_TIME\fP も \fBLC_ALL\fP も設定されていない場合には \fBLANG\fP が使用される。) | |
271 | +.SH 属性 | |
272 | +この節で使用されている用語の説明については、 \fBattributes\fP(7) を参照。 | |
273 | +.TS | |
274 | +allbox; | |
275 | +lb lb lb | |
276 | +l l l. | |
277 | +インターフェース 属性 値 | |
278 | +T{ | |
279 | +\fBstrftime\fP() | |
280 | +T} Thread safety MT\-Safe env locale | |
281 | +.TE | |
282 | +.SH 準拠 | |
283 | +.\" FIXME strftime() is in POSIX.1-2001 and POSIX.1-2008, but the details | |
284 | +.\" in the standards changed across versions. Investigate and | |
285 | +.\" write up. | |
286 | +SVr4, C89, C99. 個々の変換が厳密にどの規格に含まれるかをマークで示している。「マークなし」は ANSI C、「SU」は統一 UNIX | |
287 | +規格を、「TZ」は Olson の timezone パッケージ、「GNU」は glibc を示す。 glibc2 では \fB%+\fP | |
288 | +はサポートされていないが、 いくつかの拡張が行われている。POSIX.1 では ANSI C のみを参照している。 POSIX.2 の | |
289 | +\fBdate\fP(1) のところに記述されている幾つかの拡張は \fBstrftime\fP() にも適用できるだろう。 \fB%F\fP 変換は C99 と | |
290 | +POSIX.1\-2001 にある。 | |
291 | +.PP | |
292 | +SUSv2 では、 \fB%S\fP は 00 から 61 の範囲をとると規定されている。 これは、1 分間のうち閏秒が 2 | |
293 | +つ入る可能性が理論的にはあることを考慮してのものである (実際には、このような状況はこれまで一度も 起こっていない)。 | |
294 | +.SH 注意 | |
295 | +.SS "ISO\ 8601 の暦週日付" | |
296 | +\fB%G\fP, \fB%g\fP, \fB%V\fP は、ISO\ 8601 標準により定義された週単位表記の年により 計算される値を出力する。 ISO\ 8601 | |
297 | +標準の週単位表記では、週は月曜日から開始され、 週番号は、年の最初の週が 01 となり、最後の週は 52 か 53 となる。 週 01 は、新しい年が | |
298 | +4 日以上含まれる最初の週である。 言い換えると、週 01 は、その年の木曜日を含む最初の週、 つまり 1 月 4 日を含む週ということである。 | |
299 | +新しい年のカレンダー上の最初の週に新しい年が 3 日以下しか含まれない場合、 ISO\ 8601 の週単位表記では、これらの日を前の年の週 53 | |
300 | +の一部とみなす。 例えば、2010 年 1 月 1 日は金曜日であり、 その週には 2010 年の日が 3 日しか含まれない。 したがって、ISO\ 8601 の週単位表記では、これらの日は 2009 年 (\fB%G\fP) の週 53 (\fB%V\fP) の一部となる。 ISO\ 8601 の 2010 | |
301 | +年の週 01 は 2010 年 1 月 4 日の月曜日から始まる。同様に、 2011 年 1 月の最初の 2 日は 2010 年の週 52 | |
302 | +の一部とみなされる。 | |
303 | +.SS "glibc での注意" | |
304 | +.\" HP-UX and Tru64 also have features like this. | |
305 | +glibc では変換指定にいくつか拡張を行っている (これらの拡張は POSIX.1\-2001 には規定されていないが、 | |
306 | +他のいくつかのシステムで同様の機能が提供されている)。 \(aq%\(aq 文字と変換指定文字の間に、オプションとして \fIフラグ\fP とフィールドの | |
307 | +\fI幅\fP を指定できる (これらを指定する場合には \fBE\fP や \fBO\fP 修飾子の前に置く)。 | |
308 | +.PP | |
309 | +以下のフラグ文字が使用できる。 | |
310 | +.TP | |
311 | +\fB_\fP | |
312 | +(下線) 数値の結果文字列のパディング (穴埋め) をスペース (空白文字) で行う。 | |
313 | +.TP | |
314 | +\fB\-\fP | |
315 | +(ダッシュ) 数値の結果文字列に対するパディングを行わない。 | |
316 | +.TP | |
317 | +\fB0\fP | |
318 | +変換指定文字がデフォルトではスペースでパディングを行う場合でも、 数値の結果文字列へのパディングを 0 で行う。 | |
319 | +.TP | |
320 | +\fB\(ha\fP | |
321 | +結果文字列中のアルファベット文字を大文字に変換する。 | |
322 | +.TP | |
323 | +\fB#\fP | |
324 | +結果文字列の大文字・小文字を入れ替える (このフラグは特定の変換指定文字でしか機能しない。その中でも 本当に有用なのは \fB%Z\fP の場合だけである)。 | |
325 | +.PP | |
326 | +オプションの 10 進数の幅指定子はフラグの後ろに置くことができる (フラグはなくてもよい)。フィールドの本来の大きさが指定された幅よりも | |
327 | +小さい場合、結果文字列の左側は指定された幅までパディングされる。 | |
328 | +.SH バグ | |
329 | +出力文字列が \fImax\fP バイトを超えてしまう場合、 \fIerrno\fP は設定「されない」。 このため、このエラーと、 \fIformat\fP | |
330 | +文字列がきちんと処理されて長さ 0 の出力文字列が生成される場合、を区別することができない。 POSIX.1\-2001 では \fBstrftime\fP() | |
331 | +に関して \fIerrno\fP に設定される値について一切規定して「いない」。 | |
332 | +.PP | |
333 | +\fBgcc\fP(1) のいくつかのバージョンにはおかしなところがあり、 \fB%c\fP の使用法について以下のような警告を出す: \fIwarning: | |
334 | +`%c\(aq yields only last 2 digits of year in some locales\fP (\fI警告:\fP | |
335 | +いくつかのロケールでは \fI`%c\(aq\fP は年の下2桁しか出力しない\fI)。\fP もちろんプログラマが \fB%c\fP を使うのはお薦めできることである。 | |
336 | +\fB%c\fP を使うと適切な日付と時刻の表記を得ることができるからである。 \fBgcc\fP(1) | |
337 | +のこの問題を回避しようとすると、何かすっきりしない気分になるだろう。 比較的きれいな回避策は以下のような中間関数を追加することである。 | |
338 | +.PP | |
339 | +.in +4n | |
340 | +.EX | |
341 | +size_t | |
342 | +my_strftime(char *s, size_t max, const char *fmt, | |
343 | + const struct tm *tm) | |
344 | +{ | |
345 | + return strftime(s, max, fmt, tm); | |
346 | +} | |
347 | +.EE | |
348 | +.in | |
349 | +.PP | |
350 | +現在では、 \fBgcc\fP(1) はこの警告を抑えるための \fI\-Wno\-format\-y2k\fP オプションを | |
351 | +提供しており、上記の回避策はもはや必要ない。 | |
352 | +.SH 例 | |
353 | +\fBRFC\ 2822 準拠の日付形式\fP (%a と %b は英語ロケール) | |
354 | +.PP | |
355 | +.in +4n | |
356 | +.EX | |
357 | + "%a,\ %d\ %b\ %Y\ %T\ %z" | |
358 | +.EE | |
359 | +.in | |
360 | +.PP | |
361 | +\fBRFC\ 822 準拠の日付形式\fP (%a と %b は英語ロケール) | |
362 | +.PP | |
363 | +.in +4n | |
364 | +.EX | |
365 | + "%a,\ %d\ %b\ %y\ %T\ %z" | |
366 | +.EE | |
367 | +.in | |
368 | +.SS サンプルプログラム | |
369 | +以下のプログラムを使うと \fBstrftime\fP() の実験ができる。 | |
370 | +.PP | |
371 | +以下に \fBstrftime\fP() の glibc 実装が生成する結果の例をいくつか示す。 | |
372 | +.PP | |
373 | +.in +4n | |
374 | +.EX | |
375 | +$\fB ./a.out \(aq%m\(aq\fP | |
376 | +Result string is "11" | |
377 | +$\fB ./a.out \(aq%5m\(aq\fP | |
378 | +Result string is "00011" | |
379 | +$\fB ./a.out \(aq%_5m\(aq\fP | |
380 | +Result string is " 11" | |
381 | +.EE | |
382 | +.in | |
383 | +.SS プログラムのソース | |
384 | +\& | |
385 | +.EX | |
386 | +#include <time.h> | |
387 | +#include <stdio.h> | |
388 | +#include <stdlib.h> | |
389 | + | |
390 | +int | |
391 | +main(int argc, char *argv[]) | |
392 | +{ | |
393 | + char outstr[200]; | |
394 | + time_t t; | |
395 | + struct tm *tmp; | |
396 | + | |
397 | + t = time(NULL); | |
398 | + tmp = localtime(&t); | |
399 | + if (tmp == NULL) { | |
400 | + perror("localtime"); | |
401 | + exit(EXIT_FAILURE); | |
402 | + } | |
403 | + | |
404 | + if (strftime(outstr, sizeof(outstr), argv[1], tmp) == 0) { | |
405 | + fprintf(stderr, "strftime returned 0"); | |
406 | + exit(EXIT_FAILURE); | |
407 | + } | |
408 | + | |
409 | + printf("Result string is \e"%s\e"\en", outstr); | |
410 | + exit(EXIT_SUCCESS); | |
411 | +} | |
412 | +.EE | |
413 | +.SH 関連項目 | |
414 | + \fBdate\fP(1), \fBtime\fP(2), \fBctime\fP(3), \fBnl_langinfo\fP(3), \fBsetlocale\fP(3), | |
415 | +\fBsprintf\fP(3), \fBstrptime\fP(3) | |
416 | +.SH この文書について | |
417 | +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 5.10 の一部である。プロジェクトの説明とバグ報告に関する情報は | |
418 | +\%https://www.kernel.org/doc/man\-pages/ に書かれている。 |
@@ -7,7 +7,7 @@ msgid "" | ||
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | 9 | "POT-Creation-Date: 2021-03-12 14:01+0900\n" |
10 | -"PO-Revision-Date: 2021-04-09 18:21+0900\n" | |
10 | +"PO-Revision-Date: 2021-05-02 05:13+0900\n" | |
11 | 11 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
12 | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
13 | 13 | "Language: \n" |
@@ -6236,19 +6236,12 @@ msgstr "" | ||
6236 | 6236 | #. strftime() called tzset(). But this doesn't appear to be the case |
6237 | 6237 | #. type: Plain text |
6238 | 6238 | #: build/C/man3/strftime.3:67 |
6239 | -#, fuzzy | |
6240 | -#| msgid "" | |
6241 | -#| "The B<strftime>() function formats the broken-down time I<tm> according " | |
6242 | -#| "to the format specification I<format> and places the result in the " | |
6243 | -#| "character array I<s> of size I<max>." | |
6244 | 6239 | msgid "" |
6245 | 6240 | "The B<strftime>() function formats the broken-down time I<tm> according to " |
6246 | 6241 | "the format specification I<format> and places the result in the character " |
6247 | 6242 | "array I<s> of size I<max>. The broken-down time structure I<tm> is defined " |
6248 | 6243 | "in I<E<lt>time.hE<gt>>. See also B<ctime>(3)." |
6249 | -msgstr "" | |
6250 | -"B<strftime>() 関数 は、要素別の時刻 I<tm> の内容を I<format> で指定された書" | |
6251 | -"式指定にしたがって変換し、 長さ I<max> の文字列 I<s> に書き込む。" | |
6244 | +msgstr "B<strftime>() 関数 は、要素別の時刻 I<tm> の内容を I<format> で指定された書式指定にしたがって変換し、長さ I<max> の文字列 I<s> に書き込む。要素別の時刻構造体 I<tm> は I<E<lt>time.hE<gt>> で定義されている。 B<ctime>(3) も参照。" | |
6252 | 6245 | |
6253 | 6246 | #. type: Plain text |
6254 | 6247 | #: build/C/man3/strftime.3:76 |
@@ -6258,28 +6251,16 @@ msgid "" | ||
6258 | 6251 | "introduced by a \\(aq%\\(aq character and terminated by some other character " |
6259 | 6252 | "known as a I<conversion specifier character>. All other character sequences " |
6260 | 6253 | "are I<ordinary character sequences>." |
6261 | -msgstr "" | |
6262 | -"書式指定はヌル終端された文字列であり、 「変換指定 (conversion " | |
6263 | -"specification)」と呼ばれる特別な文字列を 含まることができる。 各々の変換指定" | |
6264 | -"は \\(aq%\\(aq 文字で始まり、 「変換指定文字 (conversion specifier " | |
6265 | -"character)」と呼ばれる 何らか他の文字で終端される。上記以外の全ての文字列は " | |
6266 | -"「通常の文字列 (ordinary character sequence)」となる。" | |
6254 | +msgstr "書式指定はヌル終端された文字列であり、「変換指定 (conversion specification)」と呼ばれる特別な文字列を含めることができる。各々の変換指定は \\(aq%\\(aq 文字で始まり、「変換指定文字 (conversion specifier character)」と呼ばれる何らか他の文字で終端される。上記以外の全ての文字列は「通常の文字列 (ordinary character sequence)」となる。" | |
6267 | 6255 | |
6268 | 6256 | #. type: Plain text |
6269 | 6257 | #: build/C/man3/strftime.3:87 |
6270 | -#, fuzzy | |
6271 | -#| msgid "" | |
6272 | -#| "The characters of ordinary character sequences (including the null byte) " | |
6273 | -#| "are copied verbatim from I<format> to I<s>. However, the characters of " | |
6274 | -#| "conversion specifications are replaced as follows:" | |
6275 | 6258 | msgid "" |
6276 | 6259 | "The characters of ordinary character sequences (including the null byte) " |
6277 | 6260 | "are copied verbatim from I<format> to I<s>. However, the characters of " |
6278 | 6261 | "conversion specifications are replaced as shown in the list below. In this " |
6279 | 6262 | "list, the field(s) employed from the I<tm> structure are also shown." |
6280 | -msgstr "" | |
6281 | -"(NULL バイトも含む) 通常の文字列内の文字は、 そのまま I<format> から I<s> に" | |
6282 | -"コピーされる。 一方、変換指定の文字は以下のように置換される。" | |
6263 | +msgstr "(NULL バイトも含む) 通常の文字列内の文字は、そのまま I<format> から I<s> にコピーされる。一方、変換指定の文字は以下のリストに示すように置換される。このリストでは、 I<tm> 構造体のフィールドが参照される場合、その情報も記載している。" | |
6283 | 6264 | |
6284 | 6265 | #. type: TP |
6285 | 6266 | #: build/C/man3/strftime.3:87 |
@@ -6294,7 +6275,7 @@ msgid "" | ||
6294 | 6275 | "locale. (Calculated from I<tm_wday>.) (The specific names used in the " |
6295 | 6276 | "current locale can be obtained by calling B<nl_langinfo>(3) with " |
6296 | 6277 | "B<ABDAY_>{B<1>\\(enB<7>} as an argument.)" |
6297 | -msgstr "" | |
6278 | +msgstr "現在のロケールにおける曜日の省略名。 I<tm_wday> から計算される。現在のロケールで使用される具体的な名前は、引き数に B<ABDAY_>{B<1>\\(enB<7>} を指定して B<nl_langinfo>(3) を呼び出すことで取得できる。" | |
6298 | 6279 | |
6299 | 6280 | #. type: TP |
6300 | 6281 | #: build/C/man3/strftime.3:97 |
@@ -6309,7 +6290,7 @@ msgid "" | ||
6309 | 6290 | "(Calculated from I<tm_wday>.) (The specific names used in the current " |
6310 | 6291 | "locale can be obtained by calling B<nl_langinfo>(3) with B<DAY_>{B<1>" |
6311 | 6292 | "\\(enB<7>} as an argument.)" |
6312 | -msgstr "" | |
6293 | +msgstr "現在のロケールにおける曜日の完全な名前。 I<tm_wday> から計算される。現在のロケールで使用される具体的な名前は、引き数に B<DAY_>{B<1>\\(enB<7>} を指定して B<nl_langinfo>(3) を呼び出すことで取得できる。" | |
6313 | 6294 | |
6314 | 6295 | #. type: TP |
6315 | 6296 | #: build/C/man3/strftime.3:107 |
@@ -6324,7 +6305,7 @@ msgid "" | ||
6324 | 6305 | "from I<tm_mon>.) (The specific names used in the current locale can be " |
6325 | 6306 | "obtained by calling B<nl_langinfo>(3) with B<ABMON_>{B<1>\\(enB<12>} as an " |
6326 | 6307 | "argument.)" |
6327 | -msgstr "" | |
6308 | +msgstr "現在のロケールにおける月の省略名。 I<tm_mon> から計算される。現在のロケールで使用される具体的な名前は、引き数に B<ABMON_>{B<1>\\(enB<12>} を指定して B<nl_langinfo>(3) を呼び出すことで取得できる。" | |
6328 | 6309 | |
6329 | 6310 | #. type: TP |
6330 | 6311 | #: build/C/man3/strftime.3:117 |
@@ -6338,7 +6319,7 @@ msgid "" | ||
6338 | 6319 | "The full month name according to the current locale. (Calculated from " |
6339 | 6320 | "I<tm_mon>.) (The specific names used in the current locale can be obtained " |
6340 | 6321 | "by calling B<nl_langinfo>(3) with B<MON_>{B<1>\\(enB<12>} as an argument.)" |
6341 | -msgstr "" | |
6322 | +msgstr "現在のロケールにおける月の完全な名前。 I<tm_mon> から計算される。現在のロケールで使用される具体的な名前は、引き数に B<MON_>{B<1>\\(enB<12>} を指定して B<nl_langinfo>(3) を呼び出すことで取得できる。" | |
6342 | 6323 | |
6343 | 6324 | #. type: TP |
6344 | 6325 | #: build/C/man3/strftime.3:127 build/C/man3/strptime.3:127 |
@@ -6356,7 +6337,7 @@ msgid "" | ||
6356 | 6337 | "specification, and with B<ERA_D_T_FMT> for the B<%Ec> conversion " |
6357 | 6338 | "specification.) (In the POSIX locale this is equivalent to B<%a %b %e %H:%M:" |
6358 | 6339 | "%S %Y>.)" |
6359 | -msgstr "" | |
6340 | +msgstr "現在のロケールにおいて一般的な日付・時刻の表記。現在のロケールで使用される具体的なフォーマットは、 B<%c> 変換指定の場合は B<D_T_FMT> を、 B<%Ec> 変換指定の場合は B<ERA_D_T_FMT> を引き数に指定して B<nl_langinfo>(3) を呼び出すことで取得できる。 POSIX ロケールでは B<%a %b %e %H:%M:%S %Y> と等価である。" | |
6360 | 6341 | |
6361 | 6342 | #. type: TP |
6362 | 6343 | #: build/C/man3/strftime.3:143 build/C/man3/strptime.3:130 |
@@ -6371,7 +6352,7 @@ msgid "" | ||
6371 | 6352 | "The century number (year/100) as a 2-digit integer. (SU) (The B<%EC> " |
6372 | 6353 | "conversion specification corresponds to the name of the era.) (Calculated " |
6373 | 6354 | "from I<tm_year>.)" |
6374 | -msgstr "" | |
6355 | +msgstr "世紀に対応する 2 桁の整数 (year/1000)。 B<%EC> 変換指定は、西暦以外の年数表記 (\"era\") の名前に対応する。 I<tm_year> から計算される。 (SU)" | |
6375 | 6356 | |
6376 | 6357 | #. type: TP |
6377 | 6358 | #: build/C/man3/strftime.3:151 |
@@ -6381,12 +6362,10 @@ msgstr "B<%d>" | ||
6381 | 6362 | |
6382 | 6363 | #. type: Plain text |
6383 | 6364 | #: build/C/man3/strftime.3:156 |
6384 | -#, fuzzy | |
6385 | -#| msgid "The day of the month as a decimal number (range 01 to 31)." | |
6386 | 6365 | msgid "" |
6387 | 6366 | "The day of the month as a decimal number (range 01 to 31). (Calculated from " |
6388 | 6367 | "I<tm_mday>.)" |
6389 | -msgstr "月内通算日 (10 進数表記) (01-31)。" | |
6368 | +msgstr "月内通算日 (10 進数表記) (01-31)。 I<tm_mday> から計算される。" | |
6390 | 6369 | |
6391 | 6370 | #. type: TP |
6392 | 6371 | #: build/C/man3/strftime.3:156 build/C/man3/strptime.3:136 |
@@ -6402,9 +6381,7 @@ msgid "" | ||
6402 | 6381 | "note that in other countries B<%d/%m/%y> is rather common. This means that " |
6403 | 6382 | "in international context this format is ambiguous and should not be used.) " |
6404 | 6383 | "(SU)" |
6405 | -msgstr "" | |
6406 | -"B<%m/%d/%y> と等価。(うえっ、アメリカ専用だ。アメリカ以外の国では B<%d/%m/" | |
6407 | -"%y> の方が一般的だ。紛らわしいので、使用すべきではない。) (SU)" | |
6384 | +msgstr "B<%m/%d/%y> と等価。(うえっ、アメリカ専用だ。アメリカ以外の国では B<%d/%m/%y> の方が一般的だ。紛らわしいので、使用すべきではない。) (SU)" | |
6408 | 6385 | |
6409 | 6386 | #. type: TP |
6410 | 6387 | #: build/C/man3/strftime.3:166 build/C/man1/time.1:144 |
@@ -6414,16 +6391,10 @@ msgstr "B<%e>" | ||
6414 | 6391 | |
6415 | 6392 | #. type: Plain text |
6416 | 6393 | #: build/C/man3/strftime.3:174 |
6417 | -#, fuzzy | |
6418 | -#| msgid "" | |
6419 | -#| "Like B<%d>, the day of the month as a decimal number, but a leading zero " | |
6420 | -#| "is replaced by a space. (SU)" | |
6421 | 6394 | msgid "" |
6422 | 6395 | "Like B<%d>, the day of the month as a decimal number, but a leading zero is " |
6423 | 6396 | "replaced by a space. (SU) (Calculated from I<tm_mday>.)" |
6424 | -msgstr "" | |
6425 | -"B<%d> と同様に月内通算日を 10 進数で表現するが、 1 桁の場合 10 の位にゼロを置" | |
6426 | -"かずスペースを置く。(SU)" | |
6397 | +msgstr "B<%d> と同様に月内通算日を 10 進数で表現するが、 1 桁の場合 10 の位にゼロを置かずスペースを置く。 I<tm_mday> から計算される。 (SU)" | |
6427 | 6398 | |
6428 | 6399 | #. type: TP |
6429 | 6400 | #: build/C/man3/strftime.3:174 build/C/man1/time.1:141 |
@@ -6433,10 +6404,8 @@ msgstr "B<%E>" | ||
6433 | 6404 | |
6434 | 6405 | #. type: Plain text |
6435 | 6406 | #: build/C/man3/strftime.3:177 |
6436 | -#, fuzzy | |
6437 | -#| msgid "Modifier: use alternative format, see below. (SU)" | |
6438 | 6407 | msgid "Modifier: use alternative (\"era-based\") format, see below. (SU)" |
6439 | -msgstr "別形式を使用する際の修飾子。下記参照。 (SU)" | |
6408 | +msgstr "別形式 (西暦以外の年数表記; \"era\") を使用する際の修飾子。下記参照。 (SU)" | |
6440 | 6409 | |
6441 | 6410 | #. type: TP |
6442 | 6411 | #: build/C/man3/strftime.3:177 build/C/man3/strptime.3:361 |
@@ -6458,24 +6427,13 @@ msgstr "B<%G>" | ||
6458 | 6427 | |
6459 | 6428 | #. type: Plain text |
6460 | 6429 | #: build/C/man3/strftime.3:196 |
6461 | -#, fuzzy | |
6462 | -#| msgid "" | |
6463 | -#| "The ISO\\ 8601 week-based year (see NOTES) with century as a decimal " | |
6464 | -#| "number. The 4-digit year corresponding to the ISO week number (see B<" | |
6465 | -#| "%V>). This has the same format and value as B<%Y>, except that if the " | |
6466 | -#| "ISO week number belongs to the previous or next year, that year is used " | |
6467 | -#| "instead. (TZ)" | |
6468 | 6430 | msgid "" |
6469 | 6431 | "The ISO\\ 8601 week-based year (see NOTES) with century as a decimal " |
6470 | 6432 | "number. The 4-digit year corresponding to the ISO week number (see B<%V>). " |
6471 | 6433 | "This has the same format and value as B<%Y>, except that if the ISO week " |
6472 | 6434 | "number belongs to the previous or next year, that year is used instead. " |
6473 | 6435 | "(TZ) (Calculated from I<tm_year>, I<tm_yday>, and I<tm_wday>.)" |
6474 | -msgstr "" | |
6475 | -"ISO\\ 8601 週単位表記の年 (week-based year; 「注意」の節を参照)。 世紀も 10 " | |
6476 | -"進数で表す。 ISO 週番号 (B<%V> を参照) に対応した 4 桁の西暦年。 これは基本的" | |
6477 | -"には B<%Y> と同じ形式だが、ISO 週数が前年や翌年になる 場合にはその年が使用さ" | |
6478 | -"れる点が異なる。(TZ)" | |
6436 | +msgstr "ISO\\ 8601 の週 (ISO\\ 8601 week) に基づく年の表示。「注意」の節を参照)。世紀も 10 進数で表す。 ISO 週番号 (B<%V> を参照) に対応した 4 桁の西暦年。 これは基本的には B<%Y> と同じ形式だが、ISO 週数が前年や翌年になる場合にはその年が使用される点が異なる。 I<tm_year>, I<tm_yday>, I<tm_wday> から計算される。 (TZ)" | |
6479 | 6437 | |
6480 | 6438 | #. type: TP |
6481 | 6439 | #: build/C/man3/strftime.3:196 build/C/man3/strptime.3:366 |
@@ -6485,14 +6443,10 @@ msgstr "B<%g>" | ||
6485 | 6443 | |
6486 | 6444 | #. type: Plain text |
6487 | 6445 | #: build/C/man3/strftime.3:206 |
6488 | -#, fuzzy | |
6489 | -#| msgid "" | |
6490 | -#| "Like B<%G>, but without century, that is, with a 2-digit year (00-99). " | |
6491 | -#| "(TZ)" | |
6492 | 6446 | msgid "" |
6493 | 6447 | "Like B<%G>, but without century, that is, with a 2-digit year (00\\(en99). " |
6494 | 6448 | "(TZ) (Calculated from I<tm_year>, I<tm_yday>, and I<tm_wday>.)" |
6495 | -msgstr "B<%G> と同様。但し、世紀を含まず下 2 桁のみを表示 (00-99)。 (TZ)" | |
6449 | +msgstr "B<%G> と同様。ただし、世紀を含まず下 2 桁のみを表示 (00\\(en99)。 I<tm_year>, I<tm_yday>, I<tm_wday> から計算される。 (TZ)" | |
6496 | 6450 | |
6497 | 6451 | #. type: TP |
6498 | 6452 | #: build/C/man3/strftime.3:206 |
@@ -6513,12 +6467,10 @@ msgstr "B<%H>" | ||
6513 | 6467 | |
6514 | 6468 | #. type: Plain text |
6515 | 6469 | #: build/C/man3/strftime.3:216 |
6516 | -#, fuzzy | |
6517 | -#| msgid "The hour as a decimal number using a 24-hour clock (range 00 to 23)." | |
6518 | 6470 | msgid "" |
6519 | 6471 | "The hour as a decimal number using a 24-hour clock (range 00 to 23). " |
6520 | 6472 | "(Calculated from I<tm_hour>.)" |
6521 | -msgstr "24 時間表記での時 (hour)。 (00-23)" | |
6473 | +msgstr "24 時間表記での時 (hour) (00-23)。 I<tm_hour> から計算される。" | |
6522 | 6474 | |
6523 | 6475 | #. type: TP |
6524 | 6476 | #: build/C/man3/strftime.3:216 build/C/man3/strptime.3:149 |
@@ -6529,12 +6481,10 @@ msgstr "B<%I>" | ||
6529 | 6481 | |
6530 | 6482 | #. type: Plain text |
6531 | 6483 | #: build/C/man3/strftime.3:221 |
6532 | -#, fuzzy | |
6533 | -#| msgid "The hour as a decimal number using a 12-hour clock (range 01 to 12)." | |
6534 | 6484 | msgid "" |
6535 | 6485 | "The hour as a decimal number using a 12-hour clock (range 01 to 12). " |
6536 | 6486 | "(Calculated from I<tm_hour>.)" |
6537 | -msgstr "12 時間表記での時 (hour)。 (01-12)" | |
6487 | +msgstr "12 時間表記での時 (hour) (01-12)。 I<tm_hour> から計算される。" | |
6538 | 6488 | |
6539 | 6489 | #. type: TP |
6540 | 6490 | #: build/C/man3/strftime.3:221 build/C/man3/strptime.3:152 |
@@ -6544,12 +6494,10 @@ msgstr "B<%j>" | ||
6544 | 6494 | |
6545 | 6495 | #. type: Plain text |
6546 | 6496 | #: build/C/man3/strftime.3:226 |
6547 | -#, fuzzy | |
6548 | -#| msgid "The day of the year as a decimal number (range 001 to 366)." | |
6549 | 6497 | msgid "" |
6550 | 6498 | "The day of the year as a decimal number (range 001 to 366). (Calculated " |
6551 | 6499 | "from I<tm_yday>.)" |
6552 | -msgstr "年の初めから通算の日数。 (001-366)" | |
6500 | +msgstr "年の初めから通算の日数 (001-366)。 I<tm_yday> から計算される。" | |
6553 | 6501 | |
6554 | 6502 | #. type: TP |
6555 | 6503 | #: build/C/man3/strftime.3:226 build/C/man1/time.1:225 |
@@ -6559,17 +6507,11 @@ msgstr "B<%k>" | ||
6559 | 6507 | |
6560 | 6508 | #. type: Plain text |
6561 | 6509 | #: build/C/man3/strftime.3:235 |
6562 | -#, fuzzy | |
6563 | -#| msgid "" | |
6564 | -#| "The hour (24-hour clock) as a decimal number (range 0 to 23); single " | |
6565 | -#| "digits are preceded by a blank. (See also B<%H>.) (TZ)" | |
6566 | 6510 | msgid "" |
6567 | 6511 | "The hour (24-hour clock) as a decimal number (range 0 to 23); single digits " |
6568 | 6512 | "are preceded by a blank. (See also B<%H>.) (Calculated from I<tm_hour>.) " |
6569 | 6513 | "(TZ)" |
6570 | -msgstr "" | |
6571 | -"24 時間表記での時 (0-23)。 1 桁の場合には前にゼロでなくスペースが置かれる。 " | |
6572 | -"(B<%H> も参照) (TZ)" | |
6514 | +msgstr "24 時間表記での時 (0-23)。 1 桁の場合には前にゼロでなくスペースが置かれる。 B<%H> も参照。 I<tm_hour> から計算される。 (TZ)" | |
6573 | 6515 | |
6574 | 6516 | #. type: TP |
6575 | 6517 | #: build/C/man3/strftime.3:235 |
@@ -6579,17 +6521,11 @@ msgstr "B<%l>" | ||
6579 | 6521 | |
6580 | 6522 | #. type: Plain text |
6581 | 6523 | #: build/C/man3/strftime.3:244 |
6582 | -#, fuzzy | |
6583 | -#| msgid "" | |
6584 | -#| "The hour (12-hour clock) as a decimal number (range 1 to 12); single " | |
6585 | -#| "digits are preceded by a blank. (See also B<%I>.) (TZ)" | |
6586 | 6524 | msgid "" |
6587 | 6525 | "The hour (12-hour clock) as a decimal number (range 1 to 12); single digits " |
6588 | 6526 | "are preceded by a blank. (See also B<%I>.) (Calculated from I<tm_hour>.) " |
6589 | 6527 | "(TZ)" |
6590 | -msgstr "" | |
6591 | -"12 時間表記での時 (0-12)。 1 桁の場合には前にゼロでなくスペースが置かれる。 " | |
6592 | -"(B<%I> も参照) (TZ)" | |
6528 | +msgstr "12 時間表記での時 (0-12)。 1 桁の場合には前にゼロでなくスペースが置かれる。 B<%I> も参照。 I<tm_hour> から計算される。 (TZ)" | |
6593 | 6529 | |
6594 | 6530 | #. type: TP |
6595 | 6531 | #: build/C/man3/strftime.3:244 build/C/man3/strptime.3:155 |
@@ -6599,11 +6535,9 @@ msgstr "B<%m>" | ||
6599 | 6535 | |
6600 | 6536 | #. type: Plain text |
6601 | 6537 | #: build/C/man3/strftime.3:249 |
6602 | -#, fuzzy | |
6603 | -#| msgid "The month as a decimal number (range 01 to 12)." | |
6604 | 6538 | msgid "" |
6605 | 6539 | "The month as a decimal number (range 01 to 12). (Calculated from I<tm_mon>.)" |
6606 | -msgstr "月 (10 進数表記)。 (01-12)" | |
6540 | +msgstr "10 進数表記の月 (01-12)。 I<tm_mon> から計算される。" | |
6607 | 6541 | |
6608 | 6542 | #. type: TP |
6609 | 6543 | #: build/C/man3/strftime.3:249 build/C/man3/strptime.3:158 |
@@ -6614,12 +6548,10 @@ msgstr "B<%M>" | ||
6614 | 6548 | |
6615 | 6549 | #. type: Plain text |
6616 | 6550 | #: build/C/man3/strftime.3:254 |
6617 | -#, fuzzy | |
6618 | -#| msgid "The minute as a decimal number (range 00 to 59)." | |
6619 | 6551 | msgid "" |
6620 | 6552 | "The minute as a decimal number (range 00 to 59). (Calculated from " |
6621 | 6553 | "I<tm_min>.)" |
6622 | -msgstr "分 (10 進数表記) (00-59)" | |
6554 | +msgstr "10 進数表記の分 (00-59)。 I<tm_min> から計算される。" | |
6623 | 6555 | |
6624 | 6556 | #. type: TP |
6625 | 6557 | #: build/C/man3/strftime.3:254 build/C/man3/strptime.3:161 |
@@ -6630,7 +6562,7 @@ msgstr "B<%n>" | ||
6630 | 6562 | #. type: Plain text |
6631 | 6563 | #: build/C/man3/strftime.3:257 |
6632 | 6564 | msgid "A newline character. (SU)" |
6633 | -msgstr "改行。 (SU)" | |
6565 | +msgstr "改行 (SU)" | |
6634 | 6566 | |
6635 | 6567 | #. type: TP |
6636 | 6568 | #: build/C/man3/strftime.3:257 build/C/man1/time.1:216 |
@@ -6640,10 +6572,8 @@ msgstr "B<%O>" | ||
6640 | 6572 | |
6641 | 6573 | #. type: Plain text |
6642 | 6574 | #: build/C/man3/strftime.3:260 |
6643 | -#, fuzzy | |
6644 | -#| msgid "Modifier: use alternative format, see below. (SU)" | |
6645 | 6575 | msgid "Modifier: use alternative numeric symbols, see below. (SU)" |
6646 | -msgstr "別形式を使用する際の修飾子。下記参照。 (SU)" | |
6576 | +msgstr "別の数値シンボルを使用する際の修飾子。下記参照。 (SU)" | |
6647 | 6577 | |
6648 | 6578 | #. type: TP |
6649 | 6579 | #: build/C/man3/strftime.3:260 build/C/man3/strptime.3:164 |
@@ -6654,11 +6584,6 @@ msgstr "B<%p>" | ||
6654 | 6584 | |
6655 | 6585 | #. type: Plain text |
6656 | 6586 | #: build/C/man3/strftime.3:273 |
6657 | -#, fuzzy | |
6658 | -#| msgid "" | |
6659 | -#| "Either \"AM\" or \"PM\" according to the given time value, or the " | |
6660 | -#| "corresponding strings for the current locale. Noon is treated as \"PM\" " | |
6661 | -#| "and midnight as \"AM\"." | |
6662 | 6587 | msgid "" |
6663 | 6588 | "Either \"AM\" or \"PM\" according to the given time value, or the " |
6664 | 6589 | "corresponding strings for the current locale. Noon is treated as \"PM\" and " |
@@ -6666,9 +6591,7 @@ msgid "" | ||
6666 | 6591 | "representations used for \"AM\" and \"PM\" in the current locale can be " |
6667 | 6592 | "obtained by calling B<nl_langinfo>(3) with B<AM_STR> and B<PM_STR>, " |
6668 | 6593 | "respectively.)" |
6669 | -msgstr "" | |
6670 | -"現在のロケールにおける「午前」「午後」に相当する文字列。 英語の場合には \"AM" | |
6671 | -"\" または \"PM\" となる。 正午は「午後」、真夜中は「午前」として扱われる。" | |
6594 | +msgstr "現在のロケールにおける「午前」「午後」に相当する文字列。 英語の場合には \"AM\" または \"PM\" となる。 正午は「午後」、真夜中は「午前」として扱われる。 I<tm_hour> から計算される。現在のロケールで \"AM\" と \"PM\" に対応する文字列表現は、それぞれ B<AM_STR> と B<PM_STR> を指定して B<nl_langinfo>(3) を呼び出すことで取得できる。" | |
6672 | 6595 | |
6673 | 6596 | #. type: TP |
6674 | 6597 | #: build/C/man3/strftime.3:273 build/C/man1/time.1:155 |
@@ -6678,16 +6601,10 @@ msgstr "B<%P>" | ||
6678 | 6601 | |
6679 | 6602 | #. type: Plain text |
6680 | 6603 | #: build/C/man3/strftime.3:282 |
6681 | -#, fuzzy | |
6682 | -#| msgid "" | |
6683 | -#| "Like B<%p> but in lowercase: \"am\" or \"pm\" or a corresponding string " | |
6684 | -#| "for the current locale. (GNU)" | |
6685 | 6604 | msgid "" |
6686 | 6605 | "Like B<%p> but in lowercase: \"am\" or \"pm\" or a corresponding string for " |
6687 | 6606 | "the current locale. (Calculated from I<tm_hour>.) (GNU)" |
6688 | -msgstr "" | |
6689 | -"B<%p> と同様であるが小文字が使用される。 英語の場合には \"am\" や \"pm\" とな" | |
6690 | -"る。(GNU)" | |
6607 | +msgstr "B<%p> と同様であるが小文字が使用される。 \"am\" や \"pm\"、もしくは現在のロケールでの対応する文字列となる。 I<tm_hour> から計算される。 (GNU)" | |
6691 | 6608 | |
6692 | 6609 | #. type: TP |
6693 | 6610 | #: build/C/man3/strftime.3:282 build/C/man3/strptime.3:168 |
@@ -6703,7 +6620,7 @@ msgid "" | ||
6703 | 6620 | "current locale can be obtained by calling B<nl_langinfo>(3) with " |
6704 | 6621 | "B<T_FMT_AMPM> as an argument.) (In the POSIX locale this is equivalent to B<" |
6705 | 6622 | "%I:%M:%S %p>.)" |
6706 | -msgstr "" | |
6623 | +msgstr "午前・午後形式での時刻。現在のロケールで使用される具体的なフォーマットは、引き数に B<T_FMT_AMPM> を指定して B<nl_langinfo>(3) を呼び出すことで取得できる。 POSIX ロケールでは B<%I:%M:%S %p> と等価である。 (SU)" | |
6707 | 6624 | |
6708 | 6625 | #. type: TP |
6709 | 6626 | #: build/C/man3/strftime.3:293 build/C/man3/strptime.3:179 |
@@ -6730,14 +6647,10 @@ msgstr "B<%s>" | ||
6730 | 6647 | |
6731 | 6648 | #. type: Plain text |
6732 | 6649 | #: build/C/man3/strftime.3:306 |
6733 | -#, fuzzy | |
6734 | -#| msgid "" | |
6735 | -#| "The number of seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC). " | |
6736 | -#| "(TZ)" | |
6737 | 6650 | msgid "" |
6738 | 6651 | "The number of seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC). " |
6739 | 6652 | "(TZ) (Calculated from I<mktime(tm)>.)" |
6740 | -msgstr "紀元 (Epoch; 1970-01-01 00:00:00 +0000 (UTC)) からの秒数。 (TZ)" | |
6653 | +msgstr "紀元 (Epoch; 1970-01-01 00:00:00 +0000 (UTC)) からの秒数。 I<mktime(tm)> から計算される。 (TZ)" | |
6741 | 6654 | |
6742 | 6655 | #. type: TP |
6743 | 6656 | #: build/C/man3/strftime.3:306 build/C/man3/strptime.3:183 |
@@ -6748,16 +6661,10 @@ msgstr "B<%S>" | ||
6748 | 6661 | |
6749 | 6662 | #. type: Plain text |
6750 | 6663 | #: build/C/man3/strftime.3:312 |
6751 | -#, fuzzy | |
6752 | -#| msgid "" | |
6753 | -#| "The second as a decimal number (range 00 to 60). (The range is up to 60 " | |
6754 | -#| "to allow for occasional leap seconds.)" | |
6755 | 6664 | msgid "" |
6756 | 6665 | "The second as a decimal number (range 00 to 60). (The range is up to 60 to " |
6757 | 6666 | "allow for occasional leap seconds.) (Calculated from I<tm_sec>.)" |
6758 | -msgstr "" | |
6759 | -"秒 (10 進数表記) (00-60) (時々ある閏秒に対応するため、値の範囲は 60 までと" | |
6760 | -"なっている)" | |
6667 | +msgstr "秒 (10 進数表記) (00-60)。時々ある閏秒に対応するため、値の範囲は 60 までとなっている。 I<tm_sec> から計算される。" | |
6761 | 6668 | |
6762 | 6669 | #. type: TP |
6763 | 6670 | #: build/C/man3/strftime.3:312 build/C/man3/strptime.3:187 |
@@ -6790,15 +6697,10 @@ msgstr "B<%u>" | ||
6790 | 6697 | |
6791 | 6698 | #. type: Plain text |
6792 | 6699 | #: build/C/man3/strftime.3:328 |
6793 | -#, fuzzy | |
6794 | -#| msgid "" | |
6795 | -#| "The day of the week as a decimal, range 1 to 7, Monday being 1. See also " | |
6796 | -#| "B<%w>. (SU)" | |
6797 | 6700 | msgid "" |
6798 | 6701 | "The day of the week as a decimal, range 1 to 7, Monday being 1. See also B<" |
6799 | 6702 | "%w>. (Calculated from I<tm_wday>.) (SU)" |
6800 | -msgstr "" | |
6801 | -"週の何番目の日 (10 進数表記) か。月曜日を 1 とする (1-7)。 B<%w> も参照。(SU)" | |
6703 | +msgstr "週の何番目の日 (10 進数表記) か。月曜日を 1 とする (1-7)。 B<%w> も参照。 I<tm_wday> から計算される。 (SU)" | |
6802 | 6704 | |
6803 | 6705 | #. type: TP |
6804 | 6706 | #: build/C/man3/strftime.3:328 build/C/man3/strptime.3:194 |
@@ -6809,18 +6711,11 @@ msgstr "B<%U>" | ||
6809 | 6711 | |
6810 | 6712 | #. type: Plain text |
6811 | 6713 | #: build/C/man3/strftime.3:341 |
6812 | -#, fuzzy | |
6813 | -#| msgid "" | |
6814 | -#| "The week number of the current year as a decimal number, range 00 to 53, " | |
6815 | -#| "starting with the first Sunday as the first day of week 01. See also B<" | |
6816 | -#| "%V> and B<%W>." | |
6817 | 6714 | msgid "" |
6818 | 6715 | "The week number of the current year as a decimal number, range 00 to 53, " |
6819 | 6716 | "starting with the first Sunday as the first day of week 01. See also B<%V> " |
6820 | 6717 | "and B<%W>. (Calculated from I<tm_yday> and I<tm_wday>.)" |
6821 | -msgstr "" | |
6822 | -"年の初めからの通算の週番号 (10 進数表記) (00-53)。 その年の最初の日曜日を、" | |
6823 | -"第 1 週の始まりとして計算する。 B<%V> と B<%W> も参照すること。" | |
6718 | +msgstr "年の初めからの通算の週番号 (10 進数表記) (00-53)。 その年の最初の日曜日を、第 1 週の始まりとして計算する。 B<%V> と B<%W> も参照すること。 I<tm_yday> と I<tm_wday> から計算される。" | |
6824 | 6719 | |
6825 | 6720 | #. type: TP |
6826 | 6721 | #: build/C/man3/strftime.3:341 build/C/man3/strptime.3:377 |
@@ -6830,20 +6725,12 @@ msgstr "B<%V>" | ||
6830 | 6725 | |
6831 | 6726 | #. type: Plain text |
6832 | 6727 | #: build/C/man3/strftime.3:356 |
6833 | -#, fuzzy | |
6834 | -#| msgid "" | |
6835 | -#| "The ISO\\ 8601 week number (see NOTES) of the current year as a decimal " | |
6836 | -#| "number, range 01 to 53, where week 1 is the first week that has at least " | |
6837 | -#| "4 days in the new year. See also B<%U> and B<%W>. (SU)" | |
6838 | 6728 | msgid "" |
6839 | 6729 | "The ISO\\ 8601 week number (see NOTES) of the current year as a decimal " |
6840 | 6730 | "number, range 01 to 53, where week 1 is the first week that has at least 4 " |
6841 | 6731 | "days in the new year. See also B<%U> and B<%W>. (Calculated from " |
6842 | 6732 | "I<tm_year>, I<tm_yday>, and I<tm_wday>.) (SU)" |
6843 | -msgstr "" | |
6844 | -"ISO\\ 8601 形式での年の始めからの週番号 (「注意」の節を参照)。 10 進数表記" | |
6845 | -"で、01 から 53 の値となる。週番号は、 新しい年が少なくとも 4 日以上含まれる最" | |
6846 | -"初の週を 1 として計算する。 B<%U> と B<%W> も参照のこと。(SU)" | |
6733 | +msgstr "ISO\\ 8601 形式での年の始めからの週番号 (「注意」の節を参照)。 10 進数表記で、01 から 53 の値となる。週番号は、新しい年が少なくとも 4 日以上含まれる最初の週を 1 として計算する。 B<%U> と B<%W> も参照のこと。 I<tm_year>, I<tm_yday>, I<tm_wday> から計算される。 (SU)" | |
6847 | 6734 | |
6848 | 6735 | #. type: TP |
6849 | 6736 | #: build/C/man3/strftime.3:356 build/C/man3/strptime.3:198 |
@@ -6854,16 +6741,10 @@ msgstr "B<%w>" | ||
6854 | 6741 | |
6855 | 6742 | #. type: Plain text |
6856 | 6743 | #: build/C/man3/strftime.3:363 |
6857 | -#, fuzzy | |
6858 | -#| msgid "" | |
6859 | -#| "The day of the week as a decimal, range 0 to 6, Sunday being 0. See also " | |
6860 | -#| "B<%u>." | |
6861 | 6744 | msgid "" |
6862 | 6745 | "The day of the week as a decimal, range 0 to 6, Sunday being 0. See also B<" |
6863 | 6746 | "%u>. (Calculated from I<tm_wday>.)" |
6864 | -msgstr "" | |
6865 | -"週の何番目の日 (10 進数表記) か。日曜日を 0 とする。(0-6)。 B<%u> も参照。" | |
6866 | -"(SU)" | |
6747 | +msgstr "週の何番目の日 (10 進数表記) か。日曜日を 0 とする。(0-6)。 B<%u> も参照。 I<tm_wday> から計算される。" | |
6867 | 6748 | |
6868 | 6749 | #. type: TP |
6869 | 6750 | #: build/C/man3/strftime.3:363 build/C/man3/strptime.3:201 |
@@ -6874,18 +6755,11 @@ msgstr "B<%W>" | ||
6874 | 6755 | |
6875 | 6756 | #. type: Plain text |
6876 | 6757 | #: build/C/man3/strftime.3:371 |
6877 | -#, fuzzy | |
6878 | -#| msgid "" | |
6879 | -#| "The week number of the current year as a decimal number, range 00 to 53, " | |
6880 | -#| "starting with the first Sunday as the first day of week 01. See also B<" | |
6881 | -#| "%V> and B<%W>." | |
6882 | 6758 | msgid "" |
6883 | 6759 | "The week number of the current year as a decimal number, range 00 to 53, " |
6884 | 6760 | "starting with the first Monday as the first day of week 01. (Calculated " |
6885 | 6761 | "from I<tm_yday> and I<tm_wday>.)" |
6886 | -msgstr "" | |
6887 | -"年の初めからの通算の週番号 (10 進数表記) (00-53)。 その年の最初の日曜日を、" | |
6888 | -"第 1 週の始まりとして計算する。 B<%V> と B<%W> も参照すること。" | |
6762 | +msgstr "年の初めからの通算の週番号 (10 進数表記) (00-53)。 その年の最初の月曜日を、第 1 週の始まりとして計算する。 B<%V> と B<%W> も参照すること。 I<tm_yday> と I<tm_wday> から計算される。" | |
6889 | 6763 | |
6890 | 6764 | #. type: TP |
6891 | 6765 | #: build/C/man3/strftime.3:371 build/C/man3/strptime.3:205 |
@@ -6902,7 +6776,7 @@ msgid "" | ||
6902 | 6776 | "B<nl_langinfo>(3) with B<D_FMT> as an argument for the B<%x> conversion " |
6903 | 6777 | "specification, and with B<ERA_D_FMT> for the B<%Ex> conversion " |
6904 | 6778 | "specification.) (In the POSIX locale this is equivalent to B<%m/%d/%y>.)" |
6905 | -msgstr "" | |
6779 | +msgstr "現在のロケールで一般的な日付表記。時刻は含まない。現在のロケールで使用される具体的なフォーマットは、 B<%x> 変換指定の場合は B<D_FMT> を、 B<%Ex> 変換指定の場合は B<ERA_D_FMT> を引き数に指定して、 B<nl_langinfo>(3) を呼び出すことで取得できる。 POSIX ロケールでは、これは B<%m/%d/%y> と等価である。" | |
6906 | 6780 | |
6907 | 6781 | #. type: TP |
6908 | 6782 | #: build/C/man3/strftime.3:387 build/C/man3/strptime.3:208 |
@@ -6919,7 +6793,7 @@ msgid "" | ||
6919 | 6793 | "B<nl_langinfo>(3) with B<T_FMT> as an argument for the B<%X> conversion " |
6920 | 6794 | "specification, and with B<ERA_T_FMT> for the B<%EX> conversion " |
6921 | 6795 | "specification.) (In the POSIX locale this is equivalent to B<%H:%M:%S>.)" |
6922 | -msgstr "" | |
6796 | +msgstr "現在のロケールで一般的な時刻表記。日付は含まない。現在のロケールで使用される具体的なフォーマットは、 B<%X> 変換指定の場合は B<T_FMT> を、 B<%EX> 変換指定の場合は B<ERA_T_FMT> を引き数に指定して、 B<nl_langinfo>(3) を呼び出すことで取得できる。 POSIX ロケールでは、これは B<%H:%M:%S> と等価である。" | |
6923 | 6797 | |
6924 | 6798 | #. type: TP |
6925 | 6799 | #: build/C/man3/strftime.3:403 build/C/man3/strptime.3:211 |
@@ -6934,7 +6808,7 @@ msgid "" | ||
6934 | 6808 | "%Ey> conversion specification corresponds to the year since the beginning of " |
6935 | 6809 | "the era denoted by the B<%EC> conversion specification.) (Calculated from " |
6936 | 6810 | "I<tm_year>)" |
6937 | -msgstr "" | |
6811 | +msgstr "西暦の下 2 桁 (世紀部分を含まない年) (00 から 99)。 B<%Ey> 変換指定は。 B<%EC> 変換指定で示される西暦以外の年数表記 (\"era\") における初めからの年数に対応する。 I<tm_year> から計算される。" | |
6938 | 6812 | |
6939 | 6813 | #. type: TP |
6940 | 6814 | #: build/C/man3/strftime.3:414 build/C/man3/strptime.3:217 |
@@ -6948,7 +6822,7 @@ msgid "" | ||
6948 | 6822 | "The year as a decimal number including the century. (The B<%EY> conversion " |
6949 | 6823 | "specification corresponds to the full alternative year representation.) " |
6950 | 6824 | "(Calculated from I<tm_year>)" |
6951 | -msgstr "" | |
6825 | +msgstr "世紀部分を含めた 10 進表記の西暦年。 B<%EY> 変換指定は別形式の年表記の完全な表現に対応する。 I<tm_year> から計算される。" | |
6952 | 6826 | |
6953 | 6827 | #. type: TP |
6954 | 6828 | #: build/C/man3/strftime.3:422 build/C/man3/strptime.3:384 |
@@ -6981,7 +6855,7 @@ msgstr "B<%+>" | ||
6981 | 6855 | #: build/C/man3/strftime.3:440 |
6982 | 6856 | msgid "" |
6983 | 6857 | "The date and time in B<date>(1) format. (TZ) (Not supported in glibc2.)" |
6984 | -msgstr "B<date>(1) 形式での日時。(TZ) (glibc2 ではサポートされていない)" | |
6858 | +msgstr "B<date>(1) 形式での日時。 glibc2 ではサポートされていない。 (TZ)" | |
6985 | 6859 | |
6986 | 6860 | #. type: TP |
6987 | 6861 | #: build/C/man3/strftime.3:440 build/C/man3/strptime.3:114 |
@@ -6992,23 +6866,10 @@ msgstr "B<%%>" | ||
6992 | 6866 | #. type: Plain text |
6993 | 6867 | #: build/C/man3/strftime.3:443 |
6994 | 6868 | msgid "A literal \\(aq%\\(aq character." |
6995 | -msgstr "\\(aq%\\(aq 文字。" | |
6869 | +msgstr "\\(aq%\\(aq 文字" | |
6996 | 6870 | |
6997 | 6871 | #. type: Plain text |
6998 | 6872 | #: build/C/man3/strftime.3:489 |
6999 | -#, fuzzy | |
7000 | -#| msgid "" | |
7001 | -#| "Some conversion specifications can be modified by preceding the " | |
7002 | -#| "conversion specifier character by the B<E> or B<O> I<modifier> to " | |
7003 | -#| "indicate that an alternative format should be used. If the alternative " | |
7004 | -#| "format or specification does not exist for the current locale, the " | |
7005 | -#| "behavior will be as if the unmodified conversion specification were used. " | |
7006 | -#| "(SU) The Single UNIX Specification mentions B<%Ec>, B<%EC>, B<%Ex>, B<" | |
7007 | -#| "%EX>, B<%Ey>, B<%EY>, B<%Od>, B<%Oe>, B<%OH>, B<%OI>, B<%Om>, B<%OM>, B<" | |
7008 | -#| "%OS>, B<%Ou>, B<%OU>, B<%OV>, B<%Ow>, B<%OW>, B<%Oy>, where the effect of " | |
7009 | -#| "the B<O> modifier is to use alternative numeric symbols (say, roman " | |
7010 | -#| "numerals), and that of the E modifier is to use a locale-dependent " | |
7011 | -#| "alternative representation." | |
7012 | 6873 | msgid "" |
7013 | 6874 | "Some conversion specifications can be modified by preceding the conversion " |
7014 | 6875 | "specifier character by the B<E> or B<O> I<modifier> to indicate that an " |
@@ -7024,17 +6885,7 @@ msgid "" | ||
7024 | 6885 | "supplying B<ERA> as an argument to a B<nl_langinfo>(3). One example of such " |
7025 | 6886 | "alternative forms is the Japanese era calendar scheme in the B<ja_JP> glibc " |
7026 | 6887 | "locale." |
7027 | -msgstr "" | |
7028 | -"いくつかの変換指定では、変換指定文字の前に B<E> や B<O> 「修飾子」を置くこと" | |
7029 | -"によって別書式を使用するように指定することができる。 現在のロケールにおいて別" | |
7030 | -"書式が存在しない場合には、 通常の変換指定が使用されたかのように動作する " | |
7031 | -"(SU)。 統一 UNIX 規格 (Single UNIX Specification) では B<%Ec>, B<%EC>, B<" | |
7032 | -"%Ex>, B<%EX>, B<%Ey>, B<%EY>, B<%Od>, B<%Oe>, B<%OH>, B<%OI>, B<%Om>, B<" | |
7033 | -"%OM>, B<%OS>, B<%Ou>, B<%OU>, B<%OV>, B<%Ow>, B<%OW>, B<%Oy>, について記述が" | |
7034 | -"ある。ここで B<O> 修飾子は別形式の数値 (ローマ数字とか) を指定するために使用" | |
7035 | -"する。 B<E> 修飾子はロケール依存の別表現を指定するのに使用する。 (訳注: B<E> " | |
7036 | -"修飾子は日本で使用されている「昭和」「平成」 などの元号による年表記を指定す" | |
7037 | -"る。glibc 2.2 以降でのみ有効)" | |
6888 | +msgstr "いくつかの変換指定では、変換指定文字の前に B<E> や B<O> 「修飾子」を置くことによって別書式を使用するように指定することができる。 現在のロケールにおいて別書式が存在しない場合には、 通常の変換指定が使用されたかのように動作する (SU)。 統一 UNIX 規格 (Single UNIX Specification) では B<%Ec>, B<%EC>, B<%Ex>, B<%EX>, B<%Ey>, B<%EY>, B<%Od>, B<%Oe>, B<%OH>, B<%OI>, B<%Om>, B<%OM>, B<%OS>, B<%Ou>, B<%OU>, B<%OV>, B<%Ow>, B<%OW>, B<%Oy>, について記述がある。ここで B<O> 修飾子は別形式の数値シンボル (ローマ数字とか) を指定するために使用する。 B<E> 修飾子はロケール依存の別表現を指定するのに使用する。 B<E> 修飾子を使った場合のデータ表現に適用されるルールは、 B<nl_langinfo>(3) の引き数に B<ERA> を指定することで取得できる。このような別表現の例としては B<ja_JP> glibc ロケールでの日本の年号 (「昭和」「平成」など) によるカレンダー表記がある。" | |
7038 | 6889 | |
7039 | 6890 | #. (This behavior applies since at least libc 4.4.4; |
7040 | 6891 | #. very old versions of libc, such as libc 4.4.1, |
@@ -7063,10 +6914,7 @@ msgid "" | ||
7063 | 6914 | "Note that the return value 0 does not necessarily indicate an error. For " |
7064 | 6915 | "example, in many locales B<%p> yields an empty string. An empty I<format> " |
7065 | 6916 | "string will likewise yield an empty string." |
7066 | -msgstr "" | |
7067 | -"返り値 0 は必ずしもエラーを意味している訳ではないので注意すること。 例えば、" | |
7068 | -"多くのロケールでは B<%p> は空文字列を返す。 同様に、空の I<format> 文字列は空" | |
7069 | -"文字列を返す。" | |
6917 | +msgstr "返り値 0 は必ずしもエラーを意味している訳ではないので注意すること。例えば、多くのロケールでは B<%p> は空文字列を返す。同様に、空の I<format> 文字列は空文字列を返す。" | |
7070 | 6918 | |
7071 | 6919 | #. type: Plain text |
7072 | 6920 | #: build/C/man3/strftime.3:523 |
@@ -7080,7 +6928,7 @@ msgstr "" | ||
7080 | 6928 | #: build/C/man3/strftime.3:533 |
7081 | 6929 | #, no-wrap |
7082 | 6930 | msgid "B<strftime>()" |
7083 | -msgstr " B<strftime>()" | |
6931 | +msgstr "B<strftime>()" | |
7084 | 6932 | |
7085 | 6933 | #. FIXME strftime() is in POSIX.1-2001 and POSIX.1-2008, but the details |
7086 | 6934 | #. in the standards changed across versions. Investigate and |
@@ -7096,13 +6944,7 @@ msgid "" | ||
7096 | 6944 | "to ANSI C; POSIX.2 describes under B<date>(1) several extensions that could " |
7097 | 6945 | "apply to B<strftime>() as well. The B<%F> conversion is in C99 and " |
7098 | 6946 | "POSIX.1-2001." |
7099 | -msgstr "" | |
7100 | -"SVr4, C89, C99. 個々の変換が厳密にどの規格に含まれるかは、 ANSI C (印なし)、" | |
7101 | -"統一 UNIX 規格 (SU印)、Olson の timezone パッケージ (TZ印)、 glibc 独自 (GNU" | |
7102 | -"印) で示している。glibc2 では B<%+> はサポートされていないが、 いくつかの拡張" | |
7103 | -"が行われている。POSIX.1 では ANSI C のみを参照している。 POSIX.2 の " | |
7104 | -"B<date>(1) のところに記述されている幾つかの拡張は B<strftime>() にも適用で" | |
7105 | -"きるだろう。 B<%F> 変換は C99 と POSIX.1-2001 にある。" | |
6947 | +msgstr "SVr4, C89, C99. 個々の変換が厳密にどの規格に含まれるかをマークで示している。「マークなし」は ANSI C、「SU」は統一 UNIX 規格を、「TZ」は Olson の timezone パッケージ、「GNU」は glibc を示す。 glibc2 では B<%+> はサポートされていないが、 いくつかの拡張が行われている。POSIX.1 では ANSI C のみを参照している。 POSIX.2 の B<date>(1) のところに記述されている幾つかの拡張は B<strftime>() にも適用できるだろう。 B<%F> 変換は C99 と POSIX.1-2001 にある。" | |
7106 | 6948 | |
7107 | 6949 | #. type: Plain text |
7108 | 6950 | #: build/C/man3/strftime.3:562 |
@@ -7110,34 +6952,16 @@ msgid "" | ||
7110 | 6952 | "In SUSv2, the B<%S> specifier allowed a range of 00 to 61, to allow for the " |
7111 | 6953 | "theoretical possibility of a minute that included a double leap second " |
7112 | 6954 | "(there never has been such a minute)." |
7113 | -msgstr "" | |
7114 | -"SUSv2 では、 B<%S> は 00 から 61 の範囲をとると規定されている。 これは、1分間" | |
7115 | -"のうち閏秒が 2つ入る可能性が理論的にはあることを 考慮してのものである (実際に" | |
7116 | -"は、このような状況はこれまで一度も 起こっていない)。" | |
6955 | +msgstr "SUSv2 では、 B<%S> は 00 から 61 の範囲をとると規定されている。 これは、1 分間のうち閏秒が 2 つ入る可能性が理論的にはあることを考慮してのものである (実際には、このような状況はこれまで一度も 起こっていない)。" | |
7117 | 6956 | |
7118 | 6957 | #. type: SS |
7119 | 6958 | #: build/C/man3/strftime.3:563 |
7120 | 6959 | #, no-wrap |
7121 | 6960 | msgid "ISO 8601 week dates" |
7122 | -msgstr "ISO\\ 8601 の週・曜日表記 (Week Dates)" | |
6961 | +msgstr "ISO\\ 8601 の暦週日付" | |
7123 | 6962 | |
7124 | 6963 | #. type: Plain text |
7125 | 6964 | #: build/C/man3/strftime.3:590 |
7126 | -#, fuzzy | |
7127 | -#| msgid "" | |
7128 | -#| "B<%G>, B<%g>, and B<%V> yield values calculated from the week-based year " | |
7129 | -#| "defined by the ISO\\ 8601 standard. In this system, weeks start on a " | |
7130 | -#| "Monday, and are numbered from 01, for the first week, up to 52 or 53, for " | |
7131 | -#| "the last week. Week 1 is the first week where four or more days fall " | |
7132 | -#| "within the new year (or, synonymously, week 01 is: the first week of the " | |
7133 | -#| "year that contains a Thursday; or, the week that has 4 January in it). " | |
7134 | -#| "When three of fewer days of the first calendar week of the new year fall " | |
7135 | -#| "within that year, then the ISO 8601 week-based system counts those days " | |
7136 | -#| "as part of week 53 of the preceding year. For example, 1 January 2010 is " | |
7137 | -#| "a Friday, meaning that just three days of that calendar week fall in " | |
7138 | -#| "2010. Thus, the ISO\\ 8601 week-based system considers these days to be " | |
7139 | -#| "part of week 53 (B<%V>) of the year 2009 (B<%G>); week 01 of ISO\\ 8601 " | |
7140 | -#| "year 2010 starts on Monday, 4 January 2010." | |
7141 | 6965 | msgid "" |
7142 | 6966 | "B<%G>, B<%g>, and B<%V> yield values calculated from the week-based year " |
7143 | 6967 | "defined by the ISO\\ 8601 standard. In this system, weeks start on a " |
@@ -7153,18 +6977,7 @@ msgid "" | ||
7153 | 6977 | "of the year 2009 (B<%G>); week 01 of ISO\\ 8601 year 2010 starts on Monday, " |
7154 | 6978 | "4 January 2010. Similarly, the first two days of January 2011 are " |
7155 | 6979 | "considered to be part of week 52 of the year 2010." |
7156 | -msgstr "" | |
7157 | -"B<%G>, B<%g>, B<%V> は、ISO\\ 8601 標準により定義された週単位表記の年により " | |
7158 | -"計算される値を出力する。 ISO\\ 8601 標準の週単位表記では、週は月曜日から開始" | |
7159 | -"され、 週番号は、年の最初の週が 01 となり、最後の週は 52 か 53 となる。 週 " | |
7160 | -"01 は、新しい年が 4 日以上含まれる最初の週である。 言い換えると、週 01 は、そ" | |
7161 | -"の年の木曜日を含む最初の週、 つまり 1 月 4 日を含む週ということである。 新し" | |
7162 | -"い年のカレンダー上の最初の週に新しい年が 3 日以下しか含まれない場合、 ISO\\ " | |
7163 | -"8601 の週単位表記では、これらの日を前の年の週 53 の一部とみなす。 例えば、" | |
7164 | -"2010 年 1 月 1 日は金曜日であり、 その週には 2010 年の日が 3 日しか含まれな" | |
7165 | -"い。 したがって、ISO\\ 8601 の週単位表記では、これらの日は 2009 年 (B<%G>) " | |
7166 | -"の週 53 (B<%V>) の一部となる。 ISO\\ 8601 の 2010 年の週 01 は 2010 年 1 月 " | |
7167 | -"4 日の月曜日から始まる。" | |
6980 | +msgstr "B<%G>, B<%g>, B<%V> は、ISO\\ 8601 標準により定義された週単位表記の年により 計算される値を出力する。 ISO\\ 8601 標準の週単位表記では、週は月曜日から開始され、 週番号は、年の最初の週が 01 となり、最後の週は 52 か 53 となる。 週 01 は、新しい年が 4 日以上含まれる最初の週である。 言い換えると、週 01 は、その年の木曜日を含む最初の週、 つまり 1 月 4 日を含む週ということである。 新しい年のカレンダー上の最初の週に新しい年が 3 日以下しか含まれない場合、 ISO\\ 8601 の週単位表記では、これらの日を前の年の週 53 の一部とみなす。 例えば、2010 年 1 月 1 日は金曜日であり、 その週には 2010 年の日が 3 日しか含まれない。 したがって、ISO\\ 8601 の週単位表記では、これらの日は 2009 年 (B<%G>) の週 53 (B<%V>) の一部となる。 ISO\\ 8601 の 2010 年の週 01 は 2010 年 1 月 4 日の月曜日から始まる。同様に、 2011 年 1 月の最初の 2 日は 2010 年の週 52 の一部とみなされる。" | |
7168 | 6981 | |
7169 | 6982 | #. HP-UX and Tru64 also have features like this. |
7170 | 6983 | #. type: Plain text |
@@ -7175,17 +6988,12 @@ msgid "" | ||
7175 | 6988 | "provide similar features.) Between the \\(aq%\\(aq character and the " |
7176 | 6989 | "conversion specifier character, an optional I<flag> and field I<width> may " |
7177 | 6990 | "be specified. (These precede the B<E> or B<O> modifiers, if present.)" |
7178 | -msgstr "" | |
7179 | -"glibc では変換指定にいくつか拡張を行っている (これらの拡張は POSIX.1-2001 に" | |
7180 | -"は規定されていないが、 他のいくつかのシステムで同様の機能が提供されている)。 " | |
7181 | -"\\(aq%\\(aq 文字と変換指定文字の間に、オプションとして I<flag> とフィールド" | |
7182 | -"の I<幅> を指定できる (これらを指定する場合には B<E> や B<O> 修飾子の前に置" | |
7183 | -"く)。" | |
6991 | +msgstr "glibc では変換指定にいくつか拡張を行っている (これらの拡張は POSIX.1-2001 には規定されていないが、 他のいくつかのシステムで同様の機能が提供されている)。 \\(aq%\\(aq 文字と変換指定文字の間に、オプションとして I<フラグ> とフィールドの I<幅> を指定できる (これらを指定する場合には B<E> や B<O> 修飾子の前に置く)。" | |
7184 | 6992 | |
7185 | 6993 | #. type: Plain text |
7186 | 6994 | #: build/C/man3/strftime.3:608 |
7187 | 6995 | msgid "The following flag characters are permitted:" |
7188 | -msgstr "以下のフラグ文字が使用できる:" | |
6996 | +msgstr "以下のフラグ文字が使用できる。" | |
7189 | 6997 | |
7190 | 6998 | #. type: TP |
7191 | 6999 | #: build/C/man3/strftime.3:608 |
@@ -7229,7 +7037,7 @@ msgstr "" | ||
7229 | 7037 | #: build/C/man3/strftime.3:620 |
7230 | 7038 | #, no-wrap |
7231 | 7039 | msgid "B<\\(ha>" |
7232 | -msgstr "" | |
7040 | +msgstr "B<\\(ha>" | |
7233 | 7041 | |
7234 | 7042 | #. type: Plain text |
7235 | 7043 | #: build/C/man3/strftime.3:623 |
@@ -7258,10 +7066,7 @@ msgid "" | ||
7258 | 7066 | "An optional decimal width specifier may follow the (possibly absent) flag. " |
7259 | 7067 | "If the natural size of the field is smaller than this width, then the result " |
7260 | 7068 | "string is padded (on the left) to the specified width." |
7261 | -msgstr "" | |
7262 | -"オプションの10進数の幅指定子はフラグの後ろに置くことができる (フラグはなくて" | |
7263 | -"もよい)。フィールドの本来の大きさが指定された幅よりも 小さい場合、結果文字列" | |
7264 | -"の左側は指定された幅までパディングされる。" | |
7069 | +msgstr "オプションの 10 進数の幅指定子はフラグの後ろに置くことができる (フラグはなくてもよい)。フィールドの本来の大きさが指定された幅よりも 小さい場合、結果文字列の左側は指定された幅までパディングされる。" | |
7265 | 7070 | |
7266 | 7071 | #. type: Plain text |
7267 | 7072 | #: build/C/man3/strftime.3:651 |
@@ -7270,11 +7075,7 @@ msgid "" | ||
7270 | 7075 | "This makes it impossible to distinguish this error case from cases where the " |
7271 | 7076 | "I<format> string legitimately produces a zero-length output string. " |
7272 | 7077 | "POSIX.1-2001 does I<not> specify any I<errno> settings for B<strftime>()." |
7273 | -msgstr "" | |
7274 | -"出力文字列が I<max> バイトを超えてしまう場合、 I<errno> は設定「されない」。 " | |
7275 | -"このため、このエラーを、 I<format> 文字列がきちんと処理されて長さ 0 の出力文" | |
7276 | -"字列が生成される場合を区別することができない。 POSIX.1-2001 では " | |
7277 | -"B<strftime>() で I<errno> に設定する値について一切規定して「いない」。" | |
7078 | +msgstr "出力文字列が I<max> バイトを超えてしまう場合、 I<errno> は設定「されない」。 このため、このエラーと、 I<format> 文字列がきちんと処理されて長さ 0 の出力文字列が生成される場合、を区別することができない。 POSIX.1-2001 では B<strftime>() に関して I<errno> に設定される値について一切規定して「いない」。" | |
7278 | 7079 | |
7279 | 7080 | #. type: Plain text |
7280 | 7081 | #: build/C/man3/strftime.3:666 |
@@ -7285,7 +7086,7 @@ msgid "" | ||
7285 | 7086 | "date and time representation. One meets all kinds of strange obfuscations " |
7286 | 7087 | "to circumvent this B<gcc>(1) problem. A relatively clean one is to add an " |
7287 | 7088 | "intermediate function" |
7288 | -msgstr "B<gcc>(1) のいくつかのバージョンにはおかしなところがあり、 B<%c> の使用法について以下のような警告を出す: I<warning: `%c\\(aq yields only last 2 digits of year in some locales> (I<警告:> いくつかのロケールでは I<`%c\\(aq> は年の下2桁しか出力しないI<)。> もちろんプログラマが B<%c> を使うのはお薦めできることである。 B<%c> を使うと適切な日付と時刻の表記を得ることができるからである。 B<gcc>(1) のこの問題を回避しようとすると、何かすっきりしない気分になるだろう。 比較的きれいな解決方法は以下のような中間関数を追加することである。" | |
7089 | +msgstr "B<gcc>(1) のいくつかのバージョンにはおかしなところがあり、 B<%c> の使用法について以下のような警告を出す: I<warning: `%c\\(aq yields only last 2 digits of year in some locales> (I<警告:> いくつかのロケールでは I<`%c\\(aq> は年の下2桁しか出力しないI<)。> もちろんプログラマが B<%c> を使うのはお薦めできることである。 B<%c> を使うと適切な日付と時刻の表記を得ることができるからである。 B<gcc>(1) のこの問題を回避しようとすると、何かすっきりしない気分になるだろう。 比較的きれいな回避策は以下のような中間関数を追加することである。" | |
7289 | 7090 | |
7290 | 7091 | #. type: Plain text |
7291 | 7092 | #: build/C/man3/strftime.3:675 |
@@ -7347,14 +7148,14 @@ msgstr "サンプルプログラム" | ||
7347 | 7148 | #. type: Plain text |
7348 | 7149 | #: build/C/man3/strftime.3:705 |
7349 | 7150 | msgid "The program below can be used to experiment with B<strftime>()." |
7350 | -msgstr "以下のプログラムを使うと B<strftime>() の実験ができる。" | |
7151 | +msgstr "以下のプログラムを使うと B<strftime>() の実験ができる。" | |
7351 | 7152 | |
7352 | 7153 | #. type: Plain text |
7353 | 7154 | #: build/C/man3/strftime.3:709 |
7354 | 7155 | msgid "" |
7355 | 7156 | "Some examples of the result string produced by the glibc implementation of " |
7356 | 7157 | "B<strftime>() are as follows:" |
7357 | -msgstr "以下に、 B<strftime>() の glibc 実装が生成する結果の例をいくつか示す:" | |
7158 | +msgstr "以下に B<strftime>() の glibc 実装が生成する結果の例をいくつか示す。" | |
7358 | 7159 | |
7359 | 7160 | #. type: Plain text |
7360 | 7161 | #: build/C/man3/strftime.3:718 |
@@ -13474,49 +13275,12 @@ msgstr " B<adjtimex>(2), B<ntp_adjtime>(3), B<time>(7)" | ||
13474 | 13275 | #~ msgid "B<DST_AUSTALT> /* Australian style with shift in 1986 */\n" |
13475 | 13276 | #~ msgstr "B<DST_AUSTALT> /* 1986年に移行されたオーストラリア式 */\n" |
13476 | 13277 | |
13477 | -#~ msgid "" | |
13478 | -#~ "The abbreviated name of the day of the week according to the current " | |
13479 | -#~ "locale." | |
13480 | -#~ msgstr "現在のロケールにおける曜日の省略名。" | |
13481 | - | |
13482 | -#~ msgid "" | |
13483 | -#~ "The full name of the day of the week according to the current locale." | |
13484 | -#~ msgstr "現在のロケールにおける曜日の完全な名前。" | |
13485 | - | |
13486 | 13278 | #~ msgid "The abbreviated month name according to the current locale." |
13487 | 13279 | #~ msgstr "現在のロケールにおける月の省略名。" |
13488 | 13280 | |
13489 | 13281 | #~ msgid "The full month name according to the current locale." |
13490 | 13282 | #~ msgstr "現在のロケールにおける月の完全な名前。" |
13491 | 13283 | |
13492 | -#~ msgid "The preferred date and time representation for the current locale." | |
13493 | -#~ msgstr "現在のロケールにおいて一般的な日付・時刻の表記。" | |
13494 | - | |
13495 | -#~ msgid "The century number (year/100) as a 2-digit integer. (SU)" | |
13496 | -#~ msgstr "世紀 (西暦年の上 2 桁)。 (SU)" | |
13497 | - | |
13498 | -#~ msgid "" | |
13499 | -#~ "The time in a.m. or p.m. notation. In the POSIX locale this is " | |
13500 | -#~ "equivalent to B<%I:%M:%S %p>. (SU)" | |
13501 | -#~ msgstr "" | |
13502 | -#~ "午前・午後形式での時刻。 POSIX ロケールでは B<%I:%M:%S %p> と等価である。" | |
13503 | -#~ "(SU)" | |
13504 | - | |
13505 | -#~ msgid "" | |
13506 | -#~ "The week number of the current year as a decimal number, range 00 to 53, " | |
13507 | -#~ "starting with the first Monday as the first day of week 01." | |
13508 | -#~ msgstr "" | |
13509 | -#~ "年の初めからの通算の週番号 (10 進数表記) (00-53)。 その年の最初の月曜日" | |
13510 | -#~ "を、第 1 週の始まりとして計算する。" | |
13511 | - | |
13512 | -#~ msgid "" | |
13513 | -#~ "The preferred date representation for the current locale without the time." | |
13514 | -#~ msgstr "現在のロケールで一般的な日付表記。時刻は含まない。" | |
13515 | - | |
13516 | -#~ msgid "" | |
13517 | -#~ "The preferred time representation for the current locale without the date." | |
13518 | -#~ msgstr "現在のロケールで一般的な時刻表記。日付は含まない。" | |
13519 | - | |
13520 | 13284 | #~ msgid "The year as a decimal number without a century (range 00 to 99)." |
13521 | 13285 | #~ msgstr "西暦の下2桁 (世紀部分を含まない年) (00-99)。" |
13522 | 13286 |
@@ -52,120 +52,141 @@ | ||
52 | 52 | .\" Updated 2012-05-29, Akihiro MOTOKI <amotoki@gmail.com> |
53 | 53 | .\" Updated 2013-03-26, Akihiro MOTOKI <amotoki@gmail.com> |
54 | 54 | .\" Updated 2013-07-31, Akihiro MOTOKI <amotoki@gmail.com> |
55 | +.\" Updated 2021-04-13, Akihiro Motoki <amotoki@gmail.com> | |
55 | 56 | .\" |
56 | -.TH STRFTIME 3 2014\-08\-19 GNU "Linux Programmer's Manual" | |
57 | +.TH STRFTIME 3 " 2020\-08\-13" GNU "Linux Programmer's Manual" | |
57 | 58 | .SH 名前 |
58 | 59 | strftime \- 日付および時刻の文字列への変換 |
59 | 60 | .SH 書式 |
60 | 61 | .nf |
61 | 62 | \fB#include <time.h>\fP |
62 | -.sp | |
63 | +.PP | |
63 | 64 | \fBsize_t strftime(char *\fP\fIs\fP\fB, size_t \fP\fImax\fP\fB, const char *\fP\fIformat\fP\fB,\fP |
64 | 65 | \fB const struct tm *\fP\fItm\fP\fB);\fP |
65 | 66 | .fi |
66 | 67 | .SH 説明 |
67 | 68 | .\" FIXME . POSIX says: Local timezone information is used as though |
68 | 69 | .\" strftime() called tzset(). But this doesn't appear to be the case |
69 | -\fBstrftime\fP() 関数 は、要素別の時刻 \fItm\fP の内容を \fIformat\fP で指定された書式指定にしたがって変換し、 長さ | |
70 | -\fImax\fP の文字列 \fIs\fP に書き込む。 | |
70 | +\fBstrftime\fP() 関数 は、要素別の時刻 \fItm\fP の内容を \fIformat\fP で指定された書式指定にしたがって変換し、長さ \fImax\fP | |
71 | +の文字列 \fIs\fP に書き込む。要素別の時刻構造体 \fItm\fP は \fI<time.h>\fP で定義されている。 \fBctime\fP(3) | |
72 | +も参照。 | |
71 | 73 | .PP |
72 | -書式指定はヌル終端された文字列であり、 「変換指定 (conversion specification)」と呼ばれる特別な文字列を 含まることができる。 | |
73 | -各々の変換指定は \(aq%\(aq 文字で始まり、 「変換指定文字 (conversion specifier character)」と呼ばれる | |
74 | -何らか他の文字で終端される。上記以外の全ての文字列は 「通常の文字列 (ordinary character sequence)」となる。 | |
74 | +書式指定はヌル終端された文字列であり、「変換指定 (conversion | |
75 | +specification)」と呼ばれる特別な文字列を含めることができる。各々の変換指定は \(aq%\(aq 文字で始まり、「変換指定文字 | |
76 | +(conversion specifier character)」と呼ばれる何らか他の文字で終端される。上記以外の全ての文字列は「通常の文字列 | |
77 | +(ordinary character sequence)」となる。 | |
75 | 78 | .PP |
76 | -(NULL バイトも含む) 通常の文字列内の文字は、 そのまま \fIformat\fP から \fIs\fP にコピーされる。 | |
77 | -一方、変換指定の文字は以下のように置換される。 | |
79 | +(NULL バイトも含む) 通常の文字列内の文字は、そのまま \fIformat\fP から \fIs\fP | |
80 | +にコピーされる。一方、変換指定の文字は以下のリストに示すように置換される。このリストでは、 \fItm\fP | |
81 | +構造体のフィールドが参照される場合、その情報も記載している。 | |
78 | 82 | .TP |
79 | 83 | \fB%a\fP |
80 | -現在のロケールにおける曜日の省略名。 | |
84 | +現在のロケールにおける曜日の省略名。 \fItm_wday\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
85 | +\fBABDAY_\fP{\fB1\fP\(en\fB7\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
81 | 86 | .TP |
82 | 87 | \fB%A\fP |
83 | -現在のロケールにおける曜日の完全な名前。 | |
88 | +現在のロケールにおける曜日の完全な名前。 \fItm_wday\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
89 | +\fBDAY_\fP{\fB1\fP\(en\fB7\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
84 | 90 | .TP |
85 | 91 | \fB%b\fP |
86 | -現在のロケールにおける月の省略名。 | |
92 | +現在のロケールにおける月の省略名。 \fItm_mon\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
93 | +\fBABMON_\fP{\fB1\fP\(en\fB12\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
87 | 94 | .TP |
88 | 95 | \fB%B\fP |
89 | -現在のロケールにおける月の完全な名前。 | |
96 | +現在のロケールにおける月の完全な名前。 \fItm_mon\fP から計算される。現在のロケールで使用される具体的な名前は、引き数に | |
97 | +\fBMON_\fP{\fB1\fP\(en\fB12\fP} を指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
90 | 98 | .TP |
91 | 99 | \fB%c\fP |
92 | -現在のロケールにおいて一般的な日付・時刻の表記。 | |
100 | +現在のロケールにおいて一般的な日付・時刻の表記。現在のロケールで使用される具体的なフォーマットは、 \fB%c\fP 変換指定の場合は \fBD_T_FMT\fP | |
101 | +を、 \fB%Ec\fP 変換指定の場合は \fBERA_D_T_FMT\fP を引き数に指定して \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
102 | +POSIX ロケールでは \fB%a %b %e %H:%M:%S %Y\fP と等価である。 | |
93 | 103 | .TP |
94 | 104 | \fB%C\fP |
95 | -世紀 (西暦年の上 2 桁)。 (SU) | |
105 | +世紀に対応する 2 桁の整数 (year/1000)。 \fB%EC\fP 変換指定は、西暦以外の年数表記 ("era") の名前に対応する。 | |
106 | +\fItm_year\fP から計算される。 (SU) | |
96 | 107 | .TP |
97 | 108 | \fB%d\fP |
98 | -月内通算日 (10 進数表記) (01\-31)。 | |
109 | +月内通算日 (10 進数表記) (01\-31)。 \fItm_mday\fP から計算される。 | |
99 | 110 | .TP |
100 | 111 | \fB%D\fP |
101 | 112 | \fB%m/%d/%y\fP と等価。(うえっ、アメリカ専用だ。アメリカ以外の国では \fB%d/%m/%y\fP |
102 | 113 | の方が一般的だ。紛らわしいので、使用すべきではない。) (SU) |
103 | 114 | .TP |
104 | 115 | \fB%e\fP |
105 | -\fB%d\fP と同様に月内通算日を 10 進数で表現するが、 1 桁の場合 10 の位にゼロを置かずスペースを置く。(SU) | |
116 | +\fB%d\fP と同様に月内通算日を 10 進数で表現するが、 1 桁の場合 10 の位にゼロを置かずスペースを置く。 \fItm_mday\fP | |
117 | +から計算される。 (SU) | |
106 | 118 | .TP |
107 | 119 | \fB%E\fP |
108 | -別形式を使用する際の修飾子。下記参照。 (SU) | |
120 | +別形式 (西暦以外の年数表記; "era") を使用する際の修飾子。下記参照。 (SU) | |
109 | 121 | .TP |
110 | 122 | \fB%F\fP |
111 | 123 | \fB%Y\-%m\-%d\fP と等価 (ISO\ 8601 形式の日付フォーマット)。 (C99) |
112 | 124 | .TP |
113 | 125 | \fB%G\fP |
114 | -ISO\ 8601 週単位表記の年 (week\-based year; 「注意」の節を参照)。 世紀も 10 進数で表す。 ISO 週番号 (\fB%V\fP | |
115 | -を参照) に対応した 4 桁の西暦年。 これは基本的には \fB%Y\fP と同じ形式だが、ISO 週数が前年や翌年になる | |
116 | -場合にはその年が使用される点が異なる。(TZ) | |
126 | +ISO\ 8601 の週 (ISO\ 8601 week) に基づく年の表示。「注意」の節を参照)。世紀も 10 進数で表す。 ISO 週番号 | |
127 | +(\fB%V\fP を参照) に対応した 4 桁の西暦年。 これは基本的には \fB%Y\fP と同じ形式だが、ISO | |
128 | +週数が前年や翌年になる場合にはその年が使用される点が異なる。 \fItm_year\fP, \fItm_yday\fP, \fItm_wday\fP から計算される。 | |
129 | +(TZ) | |
117 | 130 | .TP |
118 | 131 | \fB%g\fP |
119 | -\fB%G\fP と同様。但し、世紀を含まず下 2 桁のみを表示 (00\-99)。 (TZ) | |
132 | +\fB%G\fP と同様。ただし、世紀を含まず下 2 桁のみを表示 (00\(en99)。 \fItm_year\fP, \fItm_yday\fP, | |
133 | +\fItm_wday\fP から計算される。 (TZ) | |
120 | 134 | .TP |
121 | 135 | \fB%h\fP |
122 | 136 | \fB%b\fP と等価 (SU) |
123 | 137 | .TP |
124 | 138 | \fB%H\fP |
125 | -24 時間表記での時 (hour)。 (00\-23) | |
139 | +24 時間表記での時 (hour) (00\-23)。 \fItm_hour\fP から計算される。 | |
126 | 140 | .TP |
127 | 141 | \fB%I\fP |
128 | -12 時間表記での時 (hour)。 (01\-12) | |
142 | +12 時間表記での時 (hour) (01\-12)。 \fItm_hour\fP から計算される。 | |
129 | 143 | .TP |
130 | 144 | \fB%j\fP |
131 | -年の初めから通算の日数。 (001\-366) | |
145 | +年の初めから通算の日数 (001\-366)。 \fItm_yday\fP から計算される。 | |
132 | 146 | .TP |
133 | 147 | \fB%k\fP |
134 | -24 時間表記での時 (0\-23)。 1 桁の場合には前にゼロでなくスペースが置かれる。 (\fB%H\fP も参照) (TZ) | |
148 | +24 時間表記での時 (0\-23)。 1 桁の場合には前にゼロでなくスペースが置かれる。 \fB%H\fP も参照。 \fItm_hour\fP から計算される。 | |
149 | +(TZ) | |
135 | 150 | .TP |
136 | 151 | \fB%l\fP |
137 | -12 時間表記での時 (0\-12)。 1 桁の場合には前にゼロでなくスペースが置かれる。 (\fB%I\fP も参照) (TZ) | |
152 | +12 時間表記での時 (0\-12)。 1 桁の場合には前にゼロでなくスペースが置かれる。 \fB%I\fP も参照。 \fItm_hour\fP から計算される。 | |
153 | +(TZ) | |
138 | 154 | .TP |
139 | 155 | \fB%m\fP |
140 | -月 (10 進数表記)。 (01\-12) | |
156 | +10 進数表記の月 (01\-12)。 \fItm_mon\fP から計算される。 | |
141 | 157 | .TP |
142 | 158 | \fB%M\fP |
143 | -分 (10 進数表記) (00\-59) | |
159 | +10 進数表記の分 (00\-59)。 \fItm_min\fP から計算される。 | |
144 | 160 | .TP |
145 | 161 | \fB%n\fP |
146 | -改行。 (SU) | |
162 | +改行 (SU) | |
147 | 163 | .TP |
148 | 164 | \fB%O\fP |
149 | -別形式を使用する際の修飾子。下記参照。 (SU) | |
165 | +別の数値シンボルを使用する際の修飾子。下記参照。 (SU) | |
150 | 166 | .TP |
151 | 167 | \fB%p\fP |
152 | 168 | 現在のロケールにおける「午前」「午後」に相当する文字列。 英語の場合には "AM" または "PM" となる。 |
153 | -正午は「午後」、真夜中は「午前」として扱われる。 | |
169 | +正午は「午後」、真夜中は「午前」として扱われる。 \fItm_hour\fP から計算される。現在のロケールで "AM" と "PM" | |
170 | +に対応する文字列表現は、それぞれ \fBAM_STR\fP と \fBPM_STR\fP を指定して \fBnl_langinfo\fP(3) | |
171 | +を呼び出すことで取得できる。 | |
154 | 172 | .TP |
155 | 173 | \fB%P\fP |
156 | -\fB%p\fP と同様であるが小文字が使用される。 英語の場合には "am" や "pm" となる。(GNU) | |
174 | +\fB%p\fP と同様であるが小文字が使用される。 "am" や "pm"、もしくは現在のロケールでの対応する文字列となる。 \fItm_hour\fP | |
175 | +から計算される。 (GNU) | |
157 | 176 | .TP |
158 | 177 | \fB%r\fP |
159 | -午前・午後形式での時刻。 POSIX ロケールでは \fB%I:%M:%S %p\fP と等価である。(SU) | |
178 | +午前・午後形式での時刻。現在のロケールで使用される具体的なフォーマットは、引き数に \fBT_FMT_AMPM\fP を指定して | |
179 | +\fBnl_langinfo\fP(3) を呼び出すことで取得できる。 POSIX ロケールでは \fB%I:%M:%S %p\fP と等価である。 (SU) | |
160 | 180 | .TP |
161 | 181 | \fB%R\fP |
162 | 182 | 24 時間表記での時刻、秒は表示しない (\fB%H:%M\fP)。 秒を含んだものは以下の \fB%T\fP を参照すること。(SU) |
163 | 183 | .TP |
164 | 184 | \fB%s\fP |
165 | -紀元 (Epoch; 1970\-01\-01 00:00:00 +0000 (UTC)) からの秒数。 (TZ) | |
185 | +紀元 (Epoch; 1970\-01\-01 00:00:00 +0000 (UTC)) からの秒数。 \fImktime(tm)\fP から計算される。 | |
186 | +(TZ) | |
166 | 187 | .TP |
167 | 188 | \fB%S\fP |
168 | -秒 (10 進数表記) (00\-60) (時々ある閏秒に対応するため、値の範囲は 60 までとなっている) | |
189 | +秒 (10 進数表記) (00\-60)。時々ある閏秒に対応するため、値の範囲は 60 までとなっている。 \fItm_sec\fP から計算される。 | |
169 | 190 | .TP |
170 | 191 | \fB%t\fP |
171 | 192 | タブ文字 (SU) |
@@ -174,33 +195,40 @@ ISO\ 8601 週単位表記の年 (week\-based year; 「注意」の節を参照) | ||
174 | 195 | 24 時間表記の時間 (\fB%H:%M:%S\fP) (SU) |
175 | 196 | .TP |
176 | 197 | \fB%u\fP |
177 | -週の何番目の日 (10 進数表記) か。月曜日を 1 とする (1\-7)。 \fB%w\fP も参照。(SU) | |
198 | +週の何番目の日 (10 進数表記) か。月曜日を 1 とする (1\-7)。 \fB%w\fP も参照。 \fItm_wday\fP から計算される。 (SU) | |
178 | 199 | .TP |
179 | 200 | \fB%U\fP |
180 | 201 | 年の初めからの通算の週番号 (10 進数表記) (00\-53)。 その年の最初の日曜日を、第 1 週の始まりとして計算する。 \fB%V\fP と \fB%W\fP |
181 | -も参照すること。 | |
202 | +も参照すること。 \fItm_yday\fP と \fItm_wday\fP から計算される。 | |
182 | 203 | .TP |
183 | 204 | \fB%V\fP |
184 | -ISO\ 8601 形式での年の始めからの週番号 (「注意」の節を参照)。 10 進数表記で、01 から 53 の値となる。週番号は、 | |
185 | -新しい年が少なくとも 4 日以上含まれる最初の週を 1 として計算する。 \fB%U\fP と \fB%W\fP も参照のこと。(SU) | |
205 | +ISO\ 8601 形式での年の始めからの週番号 (「注意」の節を参照)。 10 進数表記で、01 から 53 | |
206 | +の値となる。週番号は、新しい年が少なくとも 4 日以上含まれる最初の週を 1 として計算する。 \fB%U\fP と \fB%W\fP も参照のこと。 | |
207 | +\fItm_year\fP, \fItm_yday\fP, \fItm_wday\fP から計算される。 (SU) | |
186 | 208 | .TP |
187 | 209 | \fB%w\fP |
188 | -週の何番目の日 (10 進数表記) か。日曜日を 0 とする。(0\-6)。 \fB%u\fP も参照。(SU) | |
210 | +週の何番目の日 (10 進数表記) か。日曜日を 0 とする。(0\-6)。 \fB%u\fP も参照。 \fItm_wday\fP から計算される。 | |
189 | 211 | .TP |
190 | 212 | \fB%W\fP |
191 | -年の初めからの通算の週番号 (10 進数表記) (00\-53)。 その年の最初の月曜日を、第 1 週の始まりとして計算する。 | |
213 | +年の初めからの通算の週番号 (10 進数表記) (00\-53)。 その年の最初の月曜日を、第 1 週の始まりとして計算する。 \fB%V\fP と \fB%W\fP | |
214 | +も参照すること。 \fItm_yday\fP と \fItm_wday\fP から計算される。 | |
192 | 215 | .TP |
193 | 216 | \fB%x\fP |
194 | -現在のロケールで一般的な日付表記。時刻は含まない。 | |
217 | +現在のロケールで一般的な日付表記。時刻は含まない。現在のロケールで使用される具体的なフォーマットは、 \fB%x\fP 変換指定の場合は \fBD_FMT\fP | |
218 | +を、 \fB%Ex\fP 変換指定の場合は \fBERA_D_FMT\fP を引き数に指定して、 \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
219 | +POSIX ロケールでは、これは \fB%m/%d/%y\fP と等価である。 | |
195 | 220 | .TP |
196 | 221 | \fB%X\fP |
197 | -現在のロケールで一般的な時刻表記。日付は含まない。 | |
222 | +現在のロケールで一般的な時刻表記。日付は含まない。現在のロケールで使用される具体的なフォーマットは、 \fB%X\fP 変換指定の場合は \fBT_FMT\fP | |
223 | +を、 \fB%EX\fP 変換指定の場合は \fBERA_T_FMT\fP を引き数に指定して、 \fBnl_langinfo\fP(3) を呼び出すことで取得できる。 | |
224 | +POSIX ロケールでは、これは \fB%H:%M:%S\fP と等価である。 | |
198 | 225 | .TP |
199 | 226 | \fB%y\fP |
200 | -西暦の下2桁 (世紀部分を含まない年) (00\-99)。 | |
227 | +西暦の下 2 桁 (世紀部分を含まない年) (00 から 99)。 \fB%Ey\fP 変換指定は。 \fB%EC\fP 変換指定で示される西暦以外の年数表記 | |
228 | +("era") における初めからの年数に対応する。 \fItm_year\fP から計算される。 | |
201 | 229 | .TP |
202 | 230 | \fB%Y\fP |
203 | -世紀部分を含めた ( 4 桁の) 西暦年。 | |
231 | +世紀部分を含めた 10 進表記の西暦年。 \fB%EY\fP 変換指定は別形式の年表記の完全な表現に対応する。 \fItm_year\fP から計算される。 | |
204 | 232 | .TP |
205 | 233 | \fB%z\fP |
206 | 234 | \fI+hhmm\fP や \fI\-hhmm\fP の形式のタイムゾーン (UTC へのオフセット時間)。(SU) |
@@ -211,20 +239,20 @@ ISO\ 8601 形式での年の始めからの週番号 (「注意」の節を参 | ||
211 | 239 | \fB%+\fP |
212 | 240 | .\" Nov 05 -- Not in Linux/glibc, but is in some BSDs (according to |
213 | 241 | .\" their man pages) |
214 | -\fBdate\fP(1) 形式での日時。(TZ) (glibc2 ではサポートされていない) | |
242 | +\fBdate\fP(1) 形式での日時。 glibc2 ではサポートされていない。 (TZ) | |
215 | 243 | .TP |
216 | 244 | \fB%%\fP |
217 | -\(aq%\(aq 文字。 | |
245 | +\(aq%\(aq 文字 | |
218 | 246 | .PP |
219 | 247 | いくつかの変換指定では、変換指定文字の前に \fBE\fP や \fBO\fP 「修飾子」を置くことによって別書式を使用するように指定することができる。 |
220 | 248 | 現在のロケールにおいて別書式が存在しない場合には、 通常の変換指定が使用されたかのように動作する (SU)。 統一 UNIX 規格 (Single |
221 | 249 | UNIX Specification) では \fB%Ec\fP, \fB%EC\fP, \fB%Ex\fP, \fB%EX\fP, \fB%Ey\fP, \fB%EY\fP, |
222 | 250 | \fB%Od\fP, \fB%Oe\fP, \fB%OH\fP, \fB%OI\fP, \fB%Om\fP, \fB%OM\fP, \fB%OS\fP, \fB%Ou\fP, \fB%OU\fP, |
223 | -\fB%OV\fP, \fB%Ow\fP, \fB%OW\fP, \fB%Oy\fP, について記述がある。ここで \fBO\fP 修飾子は別形式の数値 (ローマ数字とか) | |
224 | -を指定するために使用する。 \fBE\fP 修飾子はロケール依存の別表現を指定するのに使用する。 (訳注: \fBE\fP | |
225 | -修飾子は日本で使用されている「昭和」「平成」 などの元号による年表記を指定する。glibc 2.2 以降でのみ有効) | |
226 | -.PP | |
227 | -要素別の時刻構造体 \fItm\fP の詳細は \fI<time.h>\fP に定義されている。 \fBctime\fP(3) も参照すること。 | |
251 | +\fB%OV\fP, \fB%Ow\fP, \fB%OW\fP, \fB%Oy\fP, について記述がある。ここで \fBO\fP 修飾子は別形式の数値シンボル (ローマ数字とか) | |
252 | +を指定するために使用する。 \fBE\fP 修飾子はロケール依存の別表現を指定するのに使用する。 \fBE\fP | |
253 | +修飾子を使った場合のデータ表現に適用されるルールは、 \fBnl_langinfo\fP(3) の引き数に \fBERA\fP | |
254 | +を指定することで取得できる。このような別表現の例としては \fBja_JP\fP glibc ロケールでの日本の年号 (「昭和」「平成」など) | |
255 | +によるカレンダー表記がある。 | |
228 | 256 | .SH 返り値 |
229 | 257 | .\" (This behavior applies since at least libc 4.4.4; |
230 | 258 | .\" very old versions of libc, such as libc 4.4.1, |
@@ -234,36 +262,51 @@ UNIX Specification) では \fB%Ec\fP, \fB%EC\fP, \fB%Ex\fP, \fB%EX\fP, \fB%Ey\fP | ||
234 | 262 | 終端のヌルバイトを含めた結果の文字列の長さが \fImax\fP バイトを超えなかった場合、 \fBstrftime\fP() 関数は配列 \fIs\fP |
235 | 263 | に格納されたバイト数を返す (このバイト数に終端のヌルバイトは含まれない)。 終端のヌルバイトを含めた結果の文字列の長さが \fImax\fP |
236 | 264 | バイトを超える場合には、 \fBstrftime\fP() は 0 を返し、配列の内容は不定となる。 |
237 | -.LP | |
238 | -返り値 0 は必ずしもエラーを意味している訳ではないので注意すること。 例えば、多くのロケールでは \fB%p\fP は空文字列を返す。 同様に、空の | |
265 | +.PP | |
266 | +返り値 0 は必ずしもエラーを意味している訳ではないので注意すること。例えば、多くのロケールでは \fB%p\fP は空文字列を返す。同様に、空の | |
239 | 267 | \fIformat\fP 文字列は空文字列を返す。 |
240 | 268 | .SH 環境変数 |
241 | 269 | 環境変数 \fBTZ\fP と \fBLC_TIME\fP が使用される。 (訳注: \fBLC_ALL\fP が設定されている場合には \fBLC_TIME\fP |
242 | 270 | よりもそちらが優先される。 \fBLC_TIME\fP も \fBLC_ALL\fP も設定されていない場合には \fBLANG\fP が使用される。) |
271 | +.SH 属性 | |
272 | +この節で使用されている用語の説明については、 \fBattributes\fP(7) を参照。 | |
273 | +.TS | |
274 | +allbox; | |
275 | +lb lb lb | |
276 | +l l l. | |
277 | +インターフェース 属性 値 | |
278 | +T{ | |
279 | +\fBstrftime\fP() | |
280 | +T} Thread safety MT\-Safe env locale | |
281 | +.TE | |
243 | 282 | .SH 準拠 |
244 | -SVr4, C89, C99. 個々の変換が厳密にどの規格に含まれるかは、 ANSI C (印なし)、統一 UNIX 規格 (SU印)、Olson の | |
245 | -timezone パッケージ (TZ印)、 glibc 独自 (GNU印) で示している。glibc2 では \fB%+\fP はサポートされていないが、 | |
246 | -いくつかの拡張が行われている。POSIX.1 では ANSI C のみを参照している。 POSIX.2 の \fBdate\fP(1) | |
247 | -のところに記述されている幾つかの拡張は \fBstrftime\fP() にも適用できるだろう。 \fB%F\fP 変換は C99 と POSIX.1\-2001 | |
248 | -にある。 | |
249 | - | |
250 | -SUSv2 では、 \fB%S\fP は 00 から 61 の範囲をとると規定されている。 これは、1分間のうち閏秒が 2つ入る可能性が理論的にはあることを | |
251 | -考慮してのものである (実際には、このような状況はこれまで一度も 起こっていない)。 | |
283 | +.\" FIXME strftime() is in POSIX.1-2001 and POSIX.1-2008, but the details | |
284 | +.\" in the standards changed across versions. Investigate and | |
285 | +.\" write up. | |
286 | +SVr4, C89, C99. 個々の変換が厳密にどの規格に含まれるかをマークで示している。「マークなし」は ANSI C、「SU」は統一 UNIX | |
287 | +規格を、「TZ」は Olson の timezone パッケージ、「GNU」は glibc を示す。 glibc2 では \fB%+\fP | |
288 | +はサポートされていないが、 いくつかの拡張が行われている。POSIX.1 では ANSI C のみを参照している。 POSIX.2 の | |
289 | +\fBdate\fP(1) のところに記述されている幾つかの拡張は \fBstrftime\fP() にも適用できるだろう。 \fB%F\fP 変換は C99 と | |
290 | +POSIX.1\-2001 にある。 | |
291 | +.PP | |
292 | +SUSv2 では、 \fB%S\fP は 00 から 61 の範囲をとると規定されている。 これは、1 分間のうち閏秒が 2 | |
293 | +つ入る可能性が理論的にはあることを考慮してのものである (実際には、このような状況はこれまで一度も 起こっていない)。 | |
252 | 294 | .SH 注意 |
253 | -.SS "ISO\ 8601 の週・曜日表記 (Week Dates)" | |
295 | +.SS "ISO\ 8601 の暦週日付" | |
254 | 296 | \fB%G\fP, \fB%g\fP, \fB%V\fP は、ISO\ 8601 標準により定義された週単位表記の年により 計算される値を出力する。 ISO\ 8601 |
255 | 297 | 標準の週単位表記では、週は月曜日から開始され、 週番号は、年の最初の週が 01 となり、最後の週は 52 か 53 となる。 週 01 は、新しい年が |
256 | 298 | 4 日以上含まれる最初の週である。 言い換えると、週 01 は、その年の木曜日を含む最初の週、 つまり 1 月 4 日を含む週ということである。 |
257 | 299 | 新しい年のカレンダー上の最初の週に新しい年が 3 日以下しか含まれない場合、 ISO\ 8601 の週単位表記では、これらの日を前の年の週 53 |
258 | 300 | の一部とみなす。 例えば、2010 年 1 月 1 日は金曜日であり、 その週には 2010 年の日が 3 日しか含まれない。 したがって、ISO\ 8601 の週単位表記では、これらの日は 2009 年 (\fB%G\fP) の週 53 (\fB%V\fP) の一部となる。 ISO\ 8601 の 2010 |
259 | -年の週 01 は 2010 年 1 月 4 日の月曜日から始まる。 | |
301 | +年の週 01 は 2010 年 1 月 4 日の月曜日から始まる。同様に、 2011 年 1 月の最初の 2 日は 2010 年の週 52 | |
302 | +の一部とみなされる。 | |
260 | 303 | .SS "glibc での注意" |
261 | 304 | .\" HP-UX and Tru64 also have features like this. |
262 | 305 | glibc では変換指定にいくつか拡張を行っている (これらの拡張は POSIX.1\-2001 には規定されていないが、 |
263 | -他のいくつかのシステムで同様の機能が提供されている)。 \(aq%\(aq 文字と変換指定文字の間に、オプションとして \fIflag\fP とフィールドの | |
306 | +他のいくつかのシステムで同様の機能が提供されている)。 \(aq%\(aq 文字と変換指定文字の間に、オプションとして \fIフラグ\fP とフィールドの | |
264 | 307 | \fI幅\fP を指定できる (これらを指定する場合には \fBE\fP や \fBO\fP 修飾子の前に置く)。 |
265 | - | |
266 | -以下のフラグ文字が使用できる: | |
308 | +.PP | |
309 | +以下のフラグ文字が使用できる。 | |
267 | 310 | .TP |
268 | 311 | \fB_\fP |
269 | 312 | (下線) 数値の結果文字列のパディング (穴埋め) をスペース (空白文字) で行う。 |
@@ -274,65 +317,72 @@ glibc では変換指定にいくつか拡張を行っている (これらの拡 | ||
274 | 317 | \fB0\fP |
275 | 318 | 変換指定文字がデフォルトではスペースでパディングを行う場合でも、 数値の結果文字列へのパディングを 0 で行う。 |
276 | 319 | .TP |
277 | -\fB^\fP | |
320 | +\fB\(ha\fP | |
278 | 321 | 結果文字列中のアルファベット文字を大文字に変換する。 |
279 | 322 | .TP |
280 | 323 | \fB#\fP |
281 | 324 | 結果文字列の大文字・小文字を入れ替える (このフラグは特定の変換指定文字でしか機能しない。その中でも 本当に有用なのは \fB%Z\fP の場合だけである)。 |
282 | 325 | .PP |
283 | -オプションの10進数の幅指定子はフラグの後ろに置くことができる (フラグはなくてもよい)。フィールドの本来の大きさが指定された幅よりも | |
326 | +オプションの 10 進数の幅指定子はフラグの後ろに置くことができる (フラグはなくてもよい)。フィールドの本来の大きさが指定された幅よりも | |
284 | 327 | 小さい場合、結果文字列の左側は指定された幅までパディングされる。 |
285 | 328 | .SH バグ |
286 | -出力文字列が \fImax\fP バイトを超えてしまう場合、 \fIerrno\fP は設定「されない」。 このため、このエラーを、 \fIformat\fP | |
287 | -文字列がきちんと処理されて長さ 0 の出力文字列が生成される場合を区別することができない。 POSIX.1\-2001 では \fBstrftime\fP() | |
288 | -で \fIerrno\fP に設定する値について一切規定して「いない」。 | |
289 | - | |
329 | +出力文字列が \fImax\fP バイトを超えてしまう場合、 \fIerrno\fP は設定「されない」。 このため、このエラーと、 \fIformat\fP | |
330 | +文字列がきちんと処理されて長さ 0 の出力文字列が生成される場合、を区別することができない。 POSIX.1\-2001 では \fBstrftime\fP() | |
331 | +に関して \fIerrno\fP に設定される値について一切規定して「いない」。 | |
332 | +.PP | |
290 | 333 | \fBgcc\fP(1) のいくつかのバージョンにはおかしなところがあり、 \fB%c\fP の使用法について以下のような警告を出す: \fIwarning: |
291 | -`%c' yields only last 2 digits of year in some locales\fP | |
292 | -(\fI警告:\fPいくつかのロケールでは\fI`%c'\fPは年の下2桁しか出力しない\fI)。\fP もちろんプログラマが \fB%c\fP | |
293 | -を使うのはお薦めできることである。 \fB%c\fP を使うと適切な日付と時刻の表記を得ることができるからである。 \fBgcc\fP(1) | |
294 | -のこの問題を回避しようとすると、何かすっきりしない気分になるだろう。 比較的きれいな解決方法は以下のような中間関数を追加することである。 | |
334 | +`%c\(aq yields only last 2 digits of year in some locales\fP (\fI警告:\fP | |
335 | +いくつかのロケールでは \fI`%c\(aq\fP は年の下2桁しか出力しない\fI)。\fP もちろんプログラマが \fB%c\fP を使うのはお薦めできることである。 | |
336 | +\fB%c\fP を使うと適切な日付と時刻の表記を得ることができるからである。 \fBgcc\fP(1) | |
337 | +のこの問題を回避しようとすると、何かすっきりしない気分になるだろう。 比較的きれいな回避策は以下のような中間関数を追加することである。 | |
338 | +.PP | |
295 | 339 | .in +4n |
296 | -.nf | |
297 | - | |
340 | +.EX | |
298 | 341 | size_t |
299 | 342 | my_strftime(char *s, size_t max, const char *fmt, |
300 | 343 | const struct tm *tm) |
301 | 344 | { |
302 | 345 | return strftime(s, max, fmt, tm); |
303 | 346 | } |
304 | -.fi | |
347 | +.EE | |
305 | 348 | .in |
306 | - | |
349 | +.PP | |
307 | 350 | 現在では、 \fBgcc\fP(1) はこの警告を抑えるための \fI\-Wno\-format\-y2k\fP オプションを |
308 | 351 | 提供しており、上記の回避策はもはや必要ない。 |
309 | 352 | .SH 例 |
310 | 353 | \fBRFC\ 2822 準拠の日付形式\fP (%a と %b は英語ロケール) |
311 | 354 | .PP |
312 | -.in +2n | |
313 | -"%a,\ %d\ %b\ %Y\ %T\ %z" | |
355 | +.in +4n | |
356 | +.EX | |
357 | + "%a,\ %d\ %b\ %Y\ %T\ %z" | |
358 | +.EE | |
359 | +.in | |
314 | 360 | .PP |
315 | 361 | \fBRFC\ 822 準拠の日付形式\fP (%a と %b は英語ロケール) |
316 | 362 | .PP |
317 | -.in +2n | |
318 | -"%a,\ %d\ %b\ %y\ %T\ %z" | |
363 | +.in +4n | |
364 | +.EX | |
365 | + "%a,\ %d\ %b\ %y\ %T\ %z" | |
366 | +.EE | |
367 | +.in | |
319 | 368 | .SS サンプルプログラム |
320 | -以下のプログラムを使うと \fBstrftime\fP() の実験ができる。 | |
369 | +以下のプログラムを使うと \fBstrftime\fP() の実験ができる。 | |
370 | +.PP | |
371 | +以下に \fBstrftime\fP() の glibc 実装が生成する結果の例をいくつか示す。 | |
321 | 372 | .PP |
322 | -以下に、 \fBstrftime\fP() の glibc 実装が生成する結果の例をいくつか示す: | |
323 | 373 | .in +4n |
324 | -.nf | |
325 | - | |
374 | +.EX | |
326 | 375 | $\fB ./a.out \(aq%m\(aq\fP |
327 | 376 | Result string is "11" |
328 | 377 | $\fB ./a.out \(aq%5m\(aq\fP |
329 | 378 | Result string is "00011" |
330 | 379 | $\fB ./a.out \(aq%_5m\(aq\fP |
331 | 380 | Result string is " 11" |
332 | -.fi | |
381 | +.EE | |
333 | 382 | .in |
334 | 383 | .SS プログラムのソース |
335 | -.nf | |
384 | +\& | |
385 | +.EX | |
336 | 386 | #include <time.h> |
337 | 387 | #include <stdio.h> |
338 | 388 | #include <stdlib.h> |
@@ -359,11 +409,10 @@ main(int argc, char *argv[]) | ||
359 | 409 | printf("Result string is \e"%s\e"\en", outstr); |
360 | 410 | exit(EXIT_SUCCESS); |
361 | 411 | } |
362 | -.fi | |
412 | +.EE | |
363 | 413 | .SH 関連項目 |
364 | -\fBdate\fP(1), \fBtime\fP(2), \fBctime\fP(3), \fBsetlocale\fP(3), \fBsprintf\fP(3), | |
365 | -\fBstrptime\fP(3) | |
414 | + \fBdate\fP(1), \fBtime\fP(2), \fBctime\fP(3), \fBnl_langinfo\fP(3), \fBsetlocale\fP(3), | |
415 | +\fBsprintf\fP(3), \fBstrptime\fP(3) | |
366 | 416 | .SH この文書について |
367 | -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部 | |
368 | -である。プロジェクトの説明とバグ報告に関する情報は | |
369 | -http://www.kernel.org/doc/man\-pages/ に書かれている。 | |
417 | +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 5.10 の一部である。プロジェクトの説明とバグ報告に関する情報は | |
418 | +\%https://www.kernel.org/doc/man\-pages/ に書かれている。 |
@@ -11,7 +11,6 @@ futimes.3,41,1,42 | ||
11 | 11 | gettimeofday.2,41,11,52 |
12 | 12 | nanosleep.2,40,3,43 |
13 | 13 | stime.2,26,3,29 |
14 | -strftime.3,121,38,159 | |
15 | 14 | strptime.3,148,1,149 |
16 | 15 | time.1,105,5,110 |
17 | 16 | time.2,26,6,32 |
@@ -1919,7 +1919,7 @@ | ||
1919 | 1919 | ※:LDP man-pages:5.10:2019/03/06:strfromf:3:strfromd:3: |
1920 | 1920 | ※:LDP man-pages:5.10:2019/03/06:strfroml:3:strfromd:3: |
1921 | 1921 | ○:LDP man-pages:5.10:2019/03/06:strfry:3:2021/04/13::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: |
1922 | -☆:LDP man-pages:3.79=>5.10:2020/08/13:strftime:3:2015/02/05::amotoki@gmail.com:Akihiro Motoki: | |
1922 | +○:LDP man-pages:5.10:2020/08/13:strftime:3:2021/06/20::amotoki@gmail.com:Akihiro Motoki: | |
1923 | 1923 | ○:LDP man-pages:5.10:2019/03/06:string:3:2021/04/13::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: |
1924 | 1924 | ○:LDP man-pages:5.10:2019/03/06:strlen:3:2021/04/13::amotoki@gmail.com:Akihiro Motoki: |
1925 | 1925 | @:LDP man-pages:5.10:2017/09/15:strncasecmp:3:strcasecmp:3: |
@@ -562,7 +562,6 @@ | ||
562 | 562 | <TR class="over70"><TD>gettimeofday.2</TD><TD>11/52</TD><TD>78.85</TD></TR> |
563 | 563 | <TR class="over80"><TD>nanosleep.2</TD><TD>3/43</TD><TD>93.02</TD></TR> |
564 | 564 | <TR class="over80"><TD>stime.2</TD><TD>3/29</TD><TD>89.66</TD></TR> |
565 | -<TR class="over70"><TD>strftime.3</TD><TD>38/159</TD><TD>76.10</TD></TR> | |
566 | 565 | <TR class="over80"><TD>strptime.3</TD><TD>1/149</TD><TD>99.33</TD></TR> |
567 | 566 | <TR class="over80"><TD>time.1</TD><TD>5/110</TD><TD>95.45</TD></TR> |
568 | 567 | <TR class="over80"><TD>time.2</TD><TD>6/32</TD><TD>81.25</TD></TR> |
@@ -636,9 +635,9 @@ | ||
636 | 635 | <TR class="title"><TD COLSPAN=3>Summary</TD></TR> |
637 | 636 | <TR><TD COLSPAN=3> |
638 | 637 | <UL> |
639 | -<LI>Total uncompleted: 576 | |
638 | +<LI>Total uncompleted: 575 | |
640 | 639 | <LI>>=80%: 404 |
641 | -<LI>>=70%: 45 | |
640 | +<LI>>=70%: 44 | |
642 | 641 | <LI>>=60%: 36 |
643 | 642 | <LI><60%: 91 |
644 | 643 | </UL> |