I was working on an attendance system on ASP.Net where the entire week's dates are calculated by my program based on the current date. I am using DateTime.Today. I was apprehensive to use this as I feel that users can modify this date by merely changing their system clock and mark previous week's attendance.
Can DateTime.Today be changed by changing system clock on client side? If yes, is there something else I can use instead of that?