Warning: Please include a link to the DD script in question in your post, in this case http://www.dynamicdrive.com/dynamicindex6/localtime.htm See this thread for the proper posting format when asking a question.
I'm not familiar with ASP.net, but I'm sure it supports a way to get the server's time. Once you find out how, the line to edit inside the script to include that function call is the following:
Code:
var servertimestring=(servermode=="server-php")? '<? print date("F d, Y H:i:s", time())?>' : (servermode=="server-ssi")? '<!--#config timefmt="%B %d, %Y %H:%M:%S"--><!--#echo var="DATE_LOCAL" -->' : '<%= Now() %>'
Bookmarks