Possible Duplicate:
how can i make my product as a trial version for 30 days?
Implementing a 30 day time trial
I am programming a trial application, which has a 30 day trial period,
in order to reserve the 30 day for user, I need to check for system time changes,
for example, if the user adds two days to the system Date and time, it will not harm the trial period, and it will remain 30 days, by subtracting the time changes from DateTime.now
I found a way by reading the events log, but I need an administrative permissions to do so, which are not available always.
Is there a way to get such info without needing administrative permissions?