DateTime design area

I'm using the following code to display the last time the page was updated:

    
       
    


But this gives me the current server time. I thought that if I used "Now" in the value it would give me the server time, "updated" would give me the last updated time, but it doesn't seem to work.

Am I missing something here?

That code looks right as per the code examples I've seen. Can someone post working code from a live site to check it against.

Yeah, it looked right to me too. This is a code block from a working design:

    
    
    
    


Remember, it'll show the last updated date of the current asset, which could well be today. :)

I cut and pasted that code and it all worked fine. But I was still frustrated about why my original code didn't work, so I put it back, and it works fine today!!! There was an error with the lack of space in my original MySource_SET tag, but that seemed to make no difference.


So I dunno what was happening there, but it all works OK now. Thanks!