12-29-2011, 07:14 AM
(This post was last modified: 12-29-2011, 07:14 AM by AceInfinity.)
Code:
Date.Now
There's the exact date based on system time. Otherwise:
Code:
Date.UtcNow
Then add or subtract however many hours is needed in order to get a specific timezone.
Why get it from the webpage?