Actions
Bug #4776
closedman: don't lie about ddi_get_time(9f) uses
Start date:
2014-04-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The manpage actively encourages developers to do something that's dangerous.
ddi_get_time() returns a Unix timestamp based on the current TOD. If the TOD setting changes for whatever reason (daylight saving time adjustments, NTP), the value returned by ddi_get_time() may change non-monotonically.
Related issues
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 084f5824534451de5631228a9637b2c7bc7322cd
commit 084f5824534451de5631228a9637b2c7bc7322cd Author: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Date: 2014-05-14T23:32:20.000Z 4776 man: don't lie about ddi_get_time(9f) uses Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions