Deleted Added
sdiff udiff text old ( 50916 ) new ( 57686 )
full compact
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Arthur Olson.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 18 unchanged lines hidden (view full) ---

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" From: @(#)ctime.3 8.1 (Berkeley) 6/4/93
35.\" $FreeBSD: head/lib/libc/stdtime/ctime.3 57686 2000-03-02 09:14:21Z sheldonh $
36.\"
37.Dd January 2, 1999
38.Dt CTIME 3
39.Os BSD 4.3
40.Sh NAME
41.Nm asctime ,
42.Nm asctime_r ,
43.Nm ctime ,

--- 273 unchanged lines hidden (view full) ---

317.Sh BUGS
318Except for
319.Fn difftime ,
320.Fn mktime ,
321and the
322.Fn \&_r
323variants of the other functions,
324these functions leaves their result in an internal static object and return
325a pointer to that object.
326Subsequent calls to these
327function will modify the same object.
328.Pp
329The C Standard provides no mechanism for a program to modify its current
330local timezone setting, and the
331.Tn POSIX Ns No \&-standard
332method is not reentrant. (However, thread-safe implementations are provided
333in the
334.Tn POSIX

--- 16 unchanged lines hidden ---