Re: Get the true time and date
Re: Get the true time and date
- Subject: Re: Get the true time and date
- From: Scott Anguish <email@hidden>
- Date: Fri, 23 Apr 2004 13:43:05 -0400
On Apr 23, 2004, at 12:54 PM, Lorenzo wrote:
Hi,
as you know, getting the time and date from the system could not ever
give
you the true date and time because the user can change this values.
Since I need to register the software with the real time and date, I
would
like my software get this info from some server in the world.
Or even from my web site (it should be better).
I already know how to download files with NSURLConnection
but I cannot see the way to get the current and real date/time from my
server.
How to do?
you could have an application (basically just a PERL script) that
dumped the correct date when a URL is hit. Then parse that date. (or
make it dump it in a plist compatible format).
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.