Countdown Timer - Server Time Sync not documented
thekevinday - May 19, 2009 - 16:02
| Project: | Javascript Countdown Timer |
| Version: | 6.x-2.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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>
#1
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.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.