× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Zvi

You could write your own utility in an hour or 2. You get the software clock time, then set the hardware clock from those values. You can schedule it to run as often as you need 1, 2, 4, or whatever times a day. There are 2 APIs involved, IIRC, gettimeofday() and localtime(). Both can be used in CL, although the documentation is for C. gettimeofday() retrieves the current date/time in seconds since a date in 1970, I think. Doesn't matter, because localtime() converts those seconds into a variable that has the year, month, day, hour, minute, and second in it - you only need to substring it and use the values to set QTIME and QDATE. You'll be a little less than exactly on, but the clock drifts anyway, so you will probably be close enough.

HTH
Vern

At 01:42 AM 11/18/2004, you wrote:
If so, can you tell me how to get this software?

Regards,

Zvi

----- Original Message -----
From: "Lopez, Andrew" <alopez@xxxxxxxxxx>
To: <midrange-l@xxxxxxxxxxxx>
Sent: Wednesday, November 17, 2004 10:29 PM
Subject: Re: SNTP client: time not changed as requested


> > You paid too much. The software to do SNTP server and client is > > available now without having to pay for it. > > > > -- > > Thomas Hauber > > Senior Programmer/Analyst > > General Ribbon Corp. > > > > Jeez, he bought the package "several years ago" for a measly 100 bucks: > problem solved for almost no expense, no great loss when OS/400 (oops, > i5...) rolls it into the base operating system. I wish all of our > investments in software had the same payback ratio. > -- > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/midrange-l > or email: MIDRANGE-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/midrange-l. >

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.