~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/ctime.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
If the specified broken-down
269
269
time cannot be represented as calendar time (seconds since the Epoch),
270
270
.BR mktime ()
271
 
returns a value of
 
271
returns
272
272
.I (time_t)\ \-1
273
273
and does not alter the
274
274
members of the broken-down time structure.
348
348
According to POSIX.1-2004,
349
349
.BR localtime ()
350
350
is required to behave as though
351
 
.BR tzset ()
 
351
.BR tzset (3)
352
352
was called, while
353
353
.BR localtime_r ()
354
354
does not have this requirement.
355
355
.\" See http://thread.gmane.org/gmane.comp.time.tz/2034/
356
356
For portable code
357
 
.BR tzset ()
 
357
.BR tzset (3)
358
358
should be called before
359
359
.BR localtime_r ().
360
360
.SH "SEE ALSO"
370
370
.BR tzset (3),
371
371
.BR time (7)
372
372
.SH COLOPHON
373
 
This page is part of release 3.27 of the Linux
 
373
This page is part of release 3.32 of the Linux
374
374
.I man-pages
375
375
project.
376
376
A description of the project,