Page MenuHomeFreeBSD

libc: Improve description of mktime() / timegm().
ClosedPublic

Authored by des on Mar 26 2024, 3:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 5, 2:16 AM
Unknown Object (File)
Mon, Jan 27, 1:47 PM
Unknown Object (File)
Mon, Jan 27, 12:23 PM
Unknown Object (File)
Sun, Jan 26, 8:18 PM
Unknown Object (File)
Sun, Jan 26, 12:24 PM
Unknown Object (File)
Wed, Jan 22, 6:39 AM
Unknown Object (File)
Jan 18 2025, 9:32 PM
Unknown Object (File)
Jan 18 2025, 1:03 AM

Details

Summary
  • Mention that mktime() and timegm() set errno on failure.
  • Correctly determining whether mktime() / timegm() succeeded with arbitrary input (where -1 can be a valid result) is non-trivial. Document the recommended procedure.

PR: 277863
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56779
Build 53667: arc lint + arc unit

Event Timeline

des requested review of this revision.Mar 26 2024, 3:37 AM

Grammar and spelling LGTM. Correctness (or portability) of the recommended error-checking is beyond my ken.

This revision is now accepted and ready to land.Mar 26 2024, 3:44 AM
gbe added a subscriber: gbe.

LGTM

Correctness (or portability) of the recommended error-checking is beyond my ken.

Don't worry, I take full responsibility for that :)

https://mm.icann.org/pipermail/tz/2024-March/058822.html