I was looking at this report: http://drupal.org/node/222403
In the latest dev version, the README mentions nothing on how to set this.
I had to look at the CVS logs to figure out how.
I ended using the following:
<span style="display:none" class="current_server_time"><?php print(check_plain(date("Y-m-d\TH:i:sO"))); ?></span>
Comments
Comment #1
jvandervort commentedYep, I added this for the autologout module and didn't expect other folks to want to use this.
I might have to add it to the docs if this is a normal use case.