Page MenuHomeFreeBSD

Add time2posix and posix2time to time.h
ClosedPublic

Authored by eadler on May 23 2018, 5:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 14, 6:53 PM
Unknown Object (File)
Mon, Mar 11, 6:59 AM
Unknown Object (File)
Mon, Mar 11, 6:59 AM
Unknown Object (File)
Mon, Mar 11, 5:54 AM
Unknown Object (File)
Feb 15 2024, 9:50 PM
Unknown Object (File)
Jan 16 2024, 7:30 PM
Unknown Object (File)
Dec 29 2023, 11:37 AM
Unknown Object (File)
Dec 20 2023, 2:45 AM
Subscribers
None

Details

Summary

These are documented in time2posix.3 but the symbols are not actually
visible. Since these are not POSIX hide them behind _BSD_VISIBLE.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Seems pretty sensible to me. These functions are of the same ilk (tzcode inventions) as timelocal (standardized as mktime()) and timegm (standardized as that stupid formula in the POSIX spec).

This revision is now accepted and ready to land.May 23 2018, 7:23 PM
This revision was automatically updated to reflect the committed changes.