Alternatives to checking against the system time
Posted
by vikp
on Stack Overflow
See other posts from Stack Overflow
or by vikp
Published on 2010-06-07T09:03:00Z
Indexed on
2010/06/07
9:12 UTC
Read the original article
Hit count: 248
Hi,
I have an application which license should expire after some period of time.
I can check the time in the applicatino against the system time, but system time can be changed by the administrator, therefore it's not a good idea to check against the system time in my opinion.
What alternatives do I have?
Thank you
© Stack Overflow or respective owner