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

jvandervort’s picture

Status: Active » Fixed

Yep, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.