Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: System time change notification #1176

Closed
fhalde opened this issue Dec 25, 2016 · 4 comments
Closed

Feature request: System time change notification #1176

fhalde opened this issue Dec 25, 2016 · 4 comments

Comments

@fhalde
Copy link

fhalde commented Dec 25, 2016

Will it be great to have a feature wherein our node apps can detect change in system time? I recently came across a time_change_notify system call, but it doesn't seem to be available in all linux kernels.

time change notify

@cjihrig
Copy link
Contributor

cjihrig commented Dec 25, 2016

To get into libuv it would likely have to be supported in some fashion on all platforms that we support, including Windows.

@fhalde
Copy link
Author

fhalde commented Dec 25, 2016

@cjihrig makes sense! I don't think such feature is adopted in other os's
closing this issue

@fhalde fhalde closed this as completed Dec 25, 2016
@sam-github
Copy link
Contributor

I don't even think its adopted by linux, its just a proposal at this point, near as I can tell.

@jeroenvollenbrock
Copy link

@cjihrig makes sense! I don't think such feature is adopted in other os's
closing this issue

Actually, Linux was the more difficult platform, Linux and Windows have APIs available, while Linux requires some workarrounds like file watchers or optional packages to be installed like systemd/dbus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants