summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/strftime.3c
blob: f2b8eff32831d568446308a6659c689e6abc1703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
'\" te
.\" Copyright (c) 2014 Gary Mills
.\" Copyright (c) 2008, Sun Microsystems, Inc.  All Rights Reserved.
.\" Copyright 1989 AT&T
.\" Portions Copyright (c) 1992, X/Open Company Limited.  All Rights Reserved.
.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
.\" http://www.opengroup.org/bookstore/.
.\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
.\"  This notice shall appear on any product containing this material.
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH STRFTIME 3C "Jan 3, 2014"
.SH NAME
strftime, cftime, ascftime \- convert date and time to string
.SH SYNOPSIS
.LP
.nf
#include <time.h>

\fBsize_t\fR \fBstrftime\fR(\fBchar *restrict\fR \fIs\fR, \fBsize_t\fR \fImaxsize\fR,
     \fBconst char *restrict\fR \fIformat\fR,
     \fBconst struct tm *restrict\fR \fItimeptr\fR);
.fi

.LP
.nf
\fBint\fR \fBcftime\fR(\fBchar *\fR\fIs\fR, \fBchar *\fR\fIformat\fR, \fBconst time_t *\fR\fIclock\fR);
.fi

.LP
.nf
\fBint\fR \fBascftime\fR(\fBchar *\fR\fIs\fR, \fBconst char *\fR\fIformat\fR,
     \fBconst struct tm *\fR\fItimeptr\fR);
.fi

.SH DESCRIPTION
.sp
.LP
The \fBstrftime()\fR, \fBascftime()\fR, and \fBcftime()\fR functions place
bytes into the array pointed to by \fIs\fR as controlled by the string pointed
to by \fIformat\fR. The \fIformat\fR string consists of zero or more conversion
specifications and ordinary characters.  A conversion specification consists of
a '\fB%\fR' (percent) character and one or two terminating conversion
characters that determine the conversion specification's behavior.  All
ordinary characters (including the terminating null byte) are copied unchanged
into the array pointed to by \fIs\fR. If copying takes place between objects
that overlap, the behavior is undefined. For \fBstrftime()\fR, no more than
\fImaxsize\fR bytes are placed into the array.
.sp
.LP
If \fIformat\fR is \fB(char *)0\fR, then the locale's default format is used.
For \fBstrftime()\fR the default format is the same as \fB%c\fR; for
\fBcftime()\fR and \fBascftime()\fR the default format is the same as \fB%+\fR.
\fBcftime()\fR and \fBascftime()\fR first try to use the value of the
environment variable \fBCFTIME\fR, and if that is undefined or empty, the
default format is used.
.sp
.LP
Each conversion specification is replaced by appropriate characters as
described in the following list. The appropriate characters are determined by
the \fBLC_TIME\fR category of the program's locale and by the values contained
in the structure pointed to by \fItimeptr\fR for \fBstrftime()\fR and
\fBascftime()\fR, and by the time represented by \fIclock\fR for
\fBcftime()\fR.
.sp
.ne 2
.na
\fB\fB%%\fR\fR
.ad
.RS 6n
Same as \fB%\fR.
.RE

.sp
.ne 2
.na
\fB\fB%a\fR\fR
.ad
.RS 6n
Locale's abbreviated weekday name.
.RE

.sp
.ne 2
.na
\fB\fB%A\fR\fR
.ad
.RS 6n
Locale's full weekday name.
.RE

.sp
.ne 2
.na
\fB\fB%b\fR\fR
.ad
.RS 6n
Locale's abbreviated month name.
.RE

.sp
.ne 2
.na
\fB\fB%B\fR\fR
.ad
.RS 6n
Locale's full month name.
.RE

.sp
.ne 2
.na
\fB\fB%c\fR\fR
.ad
.RS 6n
Locale's appropriate date and time representation.
In the C locale, this format is:
.sp
.in +2
.nf
%a %b %e %H:%M:%S %Y
.fi
.in -2
.sp
Other locales may have different locale-specific formats.
.RE

.sp
.ne 2
.na
\fB\fB%C\fR\fR
.ad
.RS 6n
Century number (the year divided by 100 and truncated to an integer as a
decimal number [01,99]).
.RE

.sp
.ne 2
.na
\fB\fB%d\fR\fR
.ad
.RS 6n
Day of month [01,31].
.RE

.sp
.ne 2
.na
\fB\fB%D\fR\fR
.ad
.RS 6n
Date as \fB%m\fR/\fB%d\fR/\fB%y\fR.
.RE

.sp
.ne 2
.na
\fB\fB%e\fR\fR
.ad
.RS 6n
Day of month [1,31]; single  digits are preceded by a space.
.RE

.sp
.ne 2
.na
\fB\fB%F\fR\fR
.ad
.RS 6n
Equivalent to \fB%Y\fR-\fB%m\fR-\fB%d\fR (the ISO 8601:2000 standard date
format).
.RE

.sp
.ne 2
.na
\fB\fB%g\fR\fR
.ad
.RS 6n
Week-based year within century [00,99].
.RE

.sp
.ne 2
.na
\fB\fB%G\fR\fR
.ad
.RS 6n
Week-based year, including the century [0000,9999].
.RE

.sp
.ne 2
.na
\fB\fB%h\fR\fR
.ad
.RS 6n
Locale's abbreviated month name.
.RE

.sp
.ne 2
.na
\fB\fB%H\fR\fR
.ad
.RS 6n
Hour (24-hour clock) [00,23].
.RE

.sp
.ne 2
.na
\fB\fB%I\fR\fR
.ad
.RS 6n
Hour (12-hour clock) [01,12].
.RE

.sp
.ne 2
.na
\fB\fB%j\fR\fR
.ad
.RS 6n
Day number of year [001,366].
.RE

.sp
.ne 2
.na
\fB\fB%k\fR\fR
.ad
.RS 6n
Hour (24-hour clock) [0,23]; single digits are preceded by a space.
.RE

.sp
.ne 2
.na
\fB\fB%l\fR\fR
.ad
.RS 6n
Hour (12-hour clock) [1,12]; single digits are preceded by a space.
.RE

.sp
.ne 2
.na
\fB\fB%m\fR\fR
.ad
.RS 6n
Month number [01,12].
.RE

.sp
.ne 2
.na
\fB\fB%M\fR\fR
.ad
.RS 6n
Minute [00,59].
.RE

.sp
.ne 2
.na
\fB\fB%n\fR\fR
.ad
.RS 6n
Insert a NEWLINE.
.RE

.sp
.ne 2
.na
\fB\fB%p\fR\fR
.ad
.RS 6n
Locale's equivalent of either a.m. or p.m.
.RE

.sp
.ne 2
.na
\fB\fB%r\fR\fR
.ad
.RS 6n
Appropriate time representation in 12-hour clock format with \fB%p\fR.
.RE

.sp
.ne 2
.na
\fB\fB%R\fR\fR
.ad
.RS 6n
Time as \fB%H\fR:\fB%M\fR.
.RE

.sp
.ne 2
.na
\fB\fB%s\fR\fR
.ad
.RS 6n
Seconds since 00:00:00 UTC, January 1, 1970.
.RE

.sp
.ne 2
.na
\fB\fB%S\fR\fR
.ad
.RS 6n
Seconds [00,60]; the range of values is [00,60] rather than [00,59] to allow
for the occasional leap second.
.RE

.sp
.ne 2
.na
\fB\fB%t\fR\fR
.ad
.RS 6n
Insert a TAB.
.RE

.sp
.ne 2
.na
\fB\fB%T\fR\fR
.ad
.RS 6n
Time as \fB%H\fR:\fB%M\fR:\fB%S\fR.
.RE

.sp
.ne 2
.na
\fB\fB%u\fR\fR
.ad
.RS 6n
Weekday as a decimal number [1,7], with 1 representing Monday. See \fBNOTES\fR
below.
.RE

.sp
.ne 2
.na
\fB\fB%U\fR\fR
.ad
.RS 6n
Week number of year as a decimal number [00,53], with Sunday as the first day
of week 1.
.RE

.sp
.ne 2
.na
\fB\fB%v\fR\fR
.ad
.RS 6n
Date as \fB%e\fR-\fB%b\fR-\fB%Y\fR.
.RE

.sp
.ne 2
.na
\fB\fB%V\fR\fR
.ad
.RS 6n
The ISO 8601 week number as a decimal number [01,53]. In the ISO 8601
week-based system, weeks begin on a Monday and week 1 of the year is the week
that includes both January 4th and the first Thursday of the year.  If the
first Monday of January is the 2nd, 3rd, or 4th, the preceding days are part of
the last week of the preceding year.  See \fBNOTES\fR below.
.RE

.sp
.ne 2
.na
\fB\fB%w\fR\fR
.ad
.RS 6n
Weekday as a decimal number [0,6], with 0 representing Sunday.
.RE

.sp
.ne 2
.na
\fB\fB%W\fR\fR
.ad
.RS 6n
Week number of year as a decimal number [00,53], with Monday as the first day
of week 1.
.RE

.sp
.ne 2
.na
\fB\fB%x\fR\fR
.ad
.RS 6n
Locale's appropriate date representation.
.RE

.sp
.ne 2
.na
\fB\fB%X\fR\fR
.ad
.RS 6n
Locale's appropriate time representation.
.RE

.sp
.ne 2
.na
\fB\fB%y\fR\fR
.ad
.RS 6n
Year within century [00,99].
.RE

.sp
.ne 2
.na
\fB\fB%Y\fR\fR
.ad
.RS 6n
Year, including the century (for example 1993).
.RE

.sp
.ne 2
.na
\fB\fB%z\fR\fR
.ad
.RS 6n
Replaced by offset from UTC in ISO 8601:2000 standard format (\fB+hhmm\fR or
\fB-hhmm\fR), or by no characters if no time zone is determinable. For example,
"-0430" means 4 hours 30 minutes behind UTC (west of Greenwich). If
\fBtm_isdst\fR is zero, the standard time offset is used.  If \fBtm_isdst\fR is
greater than zero, the daylight savings time offset if used. If \fBtm_isdst\fR
is negative, no characters are returned.
.RE

.sp
.ne 2
.na
\fB\fB%Z\fR\fR
.ad
.RS 6n
Time zone name or abbreviation, or no bytes if no time zone information exists.
.RE

.sp
.ne 2
.na
\fB\fB%+\fR\fR
.ad
.RS 6n
Locale's date and time representation as produced by \fBdate\fR(1).
.RE

.sp
.LP
If a conversion specification does not correspond to any of the above or to any
of the modified conversion specifications listed below, the behavior is
undefined and \fB0\fR is returned.
.sp
.LP
The difference between \fB%U\fR and \fB%W\fR (and also between modified
conversion specifications \fB%OU\fR and \fB%OW\fR) lies in which day is counted
as the first of the week. Week number 1 is the first week in January starting
with a Sunday for \fB%U\fR or a Monday for \fB%W\fR. Week number 0 contains
those days before the first Sunday or Monday in January for \fB%U\fR and
\fB%W\fR, respectively.
.SS "Modified Conversion Specifications"
.sp
.LP
Some conversion specifications can be modified by the \fBE\fR and \fBO\fR
modifiers to indicate that an alternate format or specification should be used
rather than the one normally used by the unmodified conversion specification.
If the alternate format or specification does not exist in the current locale,
the behavior will be as if the unmodified specification were used.
.sp
.ne 2
.na
\fB\fB%Ec\fR\fR
.ad
.RS 7n
Locale's alternate appropriate date and time representation.
.RE

.sp
.ne 2
.na
\fB\fB%EC\fR\fR
.ad
.RS 7n
Name of the base year (period) in the locale's alternate representation.
.RE

.sp
.ne 2
.na
\fB\fB%Eg\fR\fR
.ad
.RS 7n
Offset from \fB%EC\fR of the week-based year in the locale's alternative
representation.
.RE

.sp
.ne 2
.na
\fB\fB%EG\fR\fR
.ad
.RS 7n
Full alternative representation of the week-based year.
.RE

.sp
.ne 2
.na
\fB\fB%Ex\fR\fR
.ad
.RS 7n
Locale's alternate date representation.
.RE

.sp
.ne 2
.na
\fB\fB%EX\fR\fR
.ad
.RS 7n
Locale's alternate time representation.
.RE

.sp
.ne 2
.na
\fB\fB%Ey\fR\fR
.ad
.RS 7n
Offset from \fB%EC\fR (year only) in the locale's alternate representation.
.RE

.sp
.ne 2
.na
\fB\fB%EY\fR\fR
.ad
.RS 7n
Full alternate year representation.
.RE

.sp
.ne 2
.na
\fB\fB%Od\fR\fR
.ad
.RS 7n
Day of the month using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%Oe\fR\fR
.ad
.RS 7n
Same as \fB%Od\fR.
.RE

.sp
.ne 2
.na
\fB\fB%Og\fR\fR
.ad
.RS 7n
Week-based year (offset from \fB%C\fR) in the locale's alternate representation
and using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%OH\fR\fR
.ad
.RS 7n
Hour (24-hour clock) using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%OI\fR\fR
.ad
.RS 7n
Hour (12-hour clock) using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%Om\fR\fR
.ad
.RS 7n
Month using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%OM\fR\fR
.ad
.RS 7n
Minutes using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%OS\fR\fR
.ad
.RS 7n
Seconds using the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%Ou\fR\fR
.ad
.RS 7n
Weekday as a number in the locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%OU\fR\fR
.ad
.RS 7n
Week number of the year (Sunday as the first day of the week) using the
locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%Ow\fR\fR
.ad
.RS 7n
Number of the weekday (Sunday=0) using the  locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%OW\fR\fR
.ad
.RS 7n
Week number of the year (Monday as the first day of the week) using the
locale's alternate numeric symbols.
.RE

.sp
.ne 2
.na
\fB\fB%Oy\fR\fR
.ad
.RS 7n
Year (offset from \fB%C\fR) in the locale's alternate representation and using
the locale's alternate numeric symbols.
.RE

.SS "Selecting the Output Language"
.sp
.LP
By default, the output of \fBstrftime()\fR, \fBcftime()\fR, and
\fBascftime()\fR appear in U.S. English. The user can request that the output
of \fBstrftime()\fR, \fBcftime()\fR, or \fBascftime()\fR be in a specific
language by setting the \fBLC_TIME\fR category using \fBsetlocale()\fR.
.SS "Time Zone"
.sp
.LP
Local time zone information is used as though \fBtzset\fR(3C) were called.
.SH RETURN VALUES
.sp
.LP
The \fBstrftime()\fR, \fBcftime()\fR, and \fBascftime()\fR functions return the
number of characters placed into the array pointed to by \fIs\fR, not including
the terminating null character. If the total number of resulting characters
including the terminating null character is more than \fImaxsize\fR,
\fBstrftime()\fR returns \fB0\fR and the contents of the array are
indeterminate.
.SH EXAMPLES
.LP
\fBExample 1 \fRAn example of the \fBstrftime()\fR function.
.sp
.LP
The following example illustrates the use of \fBstrftime()\fR for the
\fBPOSIX\fR locale. It shows what the string in \fIstr\fR would look like if
the structure pointed to by \fItmptr\fR contains the values corresponding to
Thursday, August 28, 1986 at 12:44:36.

.sp
.in +2
.nf
\fBstrftime (str, strsize, "%A %b %d %j", tmptr)\fR
.fi
.in -2

.sp
.LP
This results in \fIstr\fR containing "Thursday Aug 28 240".

.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp

.sp
.TS
box;
c | c
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
_
CSI	Enabled
_
Interface Stability	Committed
_
MT-Level	MT-Safe
_
Standard	See below.
.TE

.sp
.LP
For \fBstrftime()\fR, see \fBstandards\fR(5).
.SH SEE ALSO
.sp
.LP
\fBdate\fR(1), \fBctime\fR(3C), \fBmktime\fR(3C), \fBsetlocale\fR(3C),
\fBstrptime\fR(3C), \fBtzset\fR(3C), \fBTIMEZONE\fR(4), \fBzoneinfo\fR(4),
\fBattributes\fR(5), \fBenviron\fR(5), \fBstandards\fR(5)
.SH NOTES
.sp
.LP
The conversion specification for \fB%V\fR was changed in the Solaris 7 release.
This change was based on the public review draft of the ISO C9x standard at
that time. Previously, the specification stated that if the week containing 1
January had fewer than four days in the new year, it became week 53 of the
previous year. The ISO C9x standard committee subsequently recognized that that
specification had been incorrect.
.sp
.LP
The conversion specifications for \fB%g\fR, \fB%G\fR, \fB%Eg\fR, \fB%EG\fR, and
\fB%Og\fR were added in the Solaris 7 release.  This change was based on the
public review draft of the ISO C9x standard at that time. These specifications
are evolving.  If the ISO C9x standard is finalized with a different
conclusion, these specifications will change to conform to the ISO C9x standard
decision.
.sp
.LP
The conversion specification for \fB%u\fR was changed in the Solaris 8 release.
This change was based on the XPG4 specification.
.sp
.LP
If using the \fB%Z\fR specifier and \fBzoneinfo\fR timezones and if the input
date is outside the range 20:45:52 UTC, December  13, 1901 to 03:14:07 UTC,
January 19, 2038, the timezone name may not be correct.
.sp
.LP
The conversion specification for \fB%+\fR was added in illumos.
It is not part of any standard, although it is available on a number
of other platforms.
Its use is discouraged for conforming applications.