|
If
you are using a counter to show the date or time you can easily set
the time zone by adding a time zone parameter to the "img" tag.
The time zone must be specified with a negative or positive four
digit offset from GMT, for example:
timezone=GMT-0500
or timezone=GMT+0000 or timezone=GMT+0530.
Here are some examples for the different US time zones:
Pacific time: <img src="/cgi-sys/Count.cgi?df=yourdomain.com-somepage.html&timezone=GMT-0800&display=clock" />
Mountain time: <img src="/cgi-sys/Count.cgi?df=yourdomain.com-somepage.html&timezone=GMT-0700&display=clock" />
Central time: <img src="/cgi-sys/Count.cgi?df=yourdomain.com-somepage.html&timezone=GMT-0600&display=clock" />
Eastern time: <img src="/cgi-sys/Count.cgi?df=yourdomain.com-somepage.html&timezone=GMT-0500&display=clock" />
|