You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could you please add a binding to stime(), which sets the system time to a provided Date object. This comes in handy on devices without a RTC, like raspberry pi or similar. I'd like to use npm's gps module, which holds Date objects of the received time and update the system time like this:
functiononData(data){time.stime(data.time);}
Thanks!
The text was updated successfully, but these errors were encountered:
I can't find this function on OS X. Do you have a man page for this
function?
On Sun, May 29, 2016 at 5:09 AM, Robert Eisele [email protected]
wrote:
Hi,
could you please add a binding to stime(), which sets the system time to
a provided Date object. This comes in handy on devices without a RTC,
like raspberry pi or similar. I'd like to use npm's gps module, which
holds Date objects of the received time and update the system time like
this:
Hi,
could you please add a binding to
stime()
, which sets the system time to a providedDate
object. This comes in handy on devices without a RTC, like raspberry pi or similar. I'd like to use npm'sgps
module, which holdsDate
objects of the received time and update the system time like this:Thanks!
The text was updated successfully, but these errors were encountered: