ctime.3 (b77b3c00be5547ec50166dc07fd7ed8f5835be94) ctime.3 (589a5e341f2fb2700816e0a54ce169a00175be21)
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:

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

285.Fn difftime ,
286.Fn gmtime ,
287.Fn localtime ,
288and
289.Fn mktime
290functions conform to
291.St -isoC ,
292and conform to
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:

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

285.Fn difftime ,
286.Fn gmtime ,
287.Fn localtime ,
288and
289.Fn mktime
290functions conform to
291.St -isoC ,
292and conform to
293.St -p1003.1
293.St -p1003.1-96
294provided the selected local timezone does not contain a leap-second table
295(see
296.Xr zic 8 ) .
297.Pp
298The
299.Fn asctime_r ,
300.Fn ctime_r ,
301.Fn gmtime_r ,
302and
303.Fn localtime_r
304functions are expected to conform to
294provided the selected local timezone does not contain a leap-second table
295(see
296.Xr zic 8 ) .
297.Pp
298The
299.Fn asctime_r ,
300.Fn ctime_r ,
301.Fn gmtime_r ,
302and
303.Fn localtime_r
304functions are expected to conform to
305.St -iso9945-1
305.St -p1003.1-96
306(again provided the selected local timezone does not contain a leap-second
307table).
308.Pp
309The
310.Fn timegm
311function is not specified by any standard; its function cannot be
312completely emulated using the standard functions described above.
313.Sh HISTORY

--- 39 unchanged lines hidden ---
306(again provided the selected local timezone does not contain a leap-second
307table).
308.Pp
309The
310.Fn timegm
311function is not specified by any standard; its function cannot be
312completely emulated using the standard functions described above.
313.Sh HISTORY

--- 39 unchanged lines hidden ---