Skip to content

Commit 67bc9d1

Browse files
authored
specify since 2.0.9b
1 parent 4197bed commit 67bc9d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ $time = time() + date('Z');
187187
<input id="servertime" type="hidden" val="<?php echo $time; ?>" />
188188
```
189189
You can then start your clock using that timestamp.
190-
***In the latest version of the jQuery Clock plugin it is no longer necessary to compensate a server generated timestamp for the missing milliseconds by multiplying the value by 1000 before passing it into the plugin; this will be taken care of by the plugin itself, actually now it's important not to do so because the plugin will detect whether to compensate for local timezone offset or not depending on whether the timestamp is server generated or client generated.***
190+
***Since version 2.0.9b it is no longer necessary to compensate a server generated timestamp for the missing milliseconds by multiplying the value by 1000 before passing it into the plugin. This will be taken care of by the plugin itself.***
191+
***Actually it's important not to do so because the plugin will detect whether to compensate for local timezone offset or not depending on whether the timestamp is server generated or client generated.***
191192
```diff
192193
<script type="text/javascript">
193194
/* Please do not do this anymore! */

0 commit comments

Comments
 (0)