<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[XorBin Forum - Get Server Time?]]></title>
	<link rel="self" href="http://www.xorbin.com/forum/feed-atom-topic6.xml"/>
	<updated>2009-03-13T17:41:22Z</updated>
	<generator>PunBB</generator>
	<id>http://www.xorbin.com/forum/topic6-get-server-time.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post26.html#p26"/>
			<content type="html"><![CDATA[Sorry, vinh1508. There is no quick sollution for your problem.
We will try to deal with this situation in next widget version.

By the way why do you bother about clients clock?
Who normally changes their clock while they are on a page?]]></content>
			<author>
				<name><![CDATA[Administrator]]></name>
				<uri>http://www.xorbin.com/forum/user2.html</uri>
			</author>
			<updated>2009-03-13T17:41:22Z</updated>
			<id>http://www.xorbin.com/forum/post26.html#p26</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post21.html#p21"/>
			<content type="html"><![CDATA[yes, thanks]]></content>
			<author>
				<name><![CDATA[vinh1508]]></name>
				<uri>http://www.xorbin.com/forum/user12.html</uri>
			</author>
			<updated>2009-03-07T10:59:09Z</updated>
			<id>http://www.xorbin.com/forum/post21.html#p21</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post20.html#p20"/>
			<content type="html"><![CDATA[Now i understand your problem.
We will try to find the solution for it next week.]]></content>
			<author>
				<name><![CDATA[Administrator]]></name>
				<uri>http://www.xorbin.com/forum/user2.html</uri>
			</author>
			<updated>2009-03-06T18:08:35Z</updated>
			<id>http://www.xorbin.com/forum/post20.html#p20</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post19.html#p19"/>
			<content type="html"><![CDATA[:( sorry. My english is very poor.
1. Server Time
[img]http://i195.photobucket.com/albums/z184/vinh1508/sshot-1-2.png[/img]
2. Time change at client
[img]http://i195.photobucket.com/albums/z184/vinh1508/sshot-2.png[/img]
3. ==> flash clock change
[img]http://i195.photobucket.com/albums/z184/vinh1508/sshot-3.png[/img]

I don't want time of flash clock is change. ( mean: flash clock=10:07:10)

:( I don't know don't you understand?]]></content>
			<author>
				<name><![CDATA[vinh1508]]></name>
				<uri>http://www.xorbin.com/forum/user12.html</uri>
			</author>
			<updated>2009-03-06T03:23:08Z</updated>
			<id>http://www.xorbin.com/forum/post19.html#p19</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post17.html#p17"/>
			<content type="html"><![CDATA[I am sorry, i don't understand the problem :(]]></content>
			<author>
				<name><![CDATA[Administrator]]></name>
				<uri>http://www.xorbin.com/forum/user2.html</uri>
			</author>
			<updated>2009-03-05T12:49:39Z</updated>
			<id>http://www.xorbin.com/forum/post17.html#p17</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post16.html#p16"/>
			<content type="html"><![CDATA[Thank you so much.
But, I have a question?
I want Digital Clock show time of server, when I try to change date time in client, it still no change.

how I do?]]></content>
			<author>
				<name><![CDATA[vinh1508]]></name>
				<uri>http://www.xorbin.com/forum/user12.html</uri>
			</author>
			<updated>2009-03-05T09:42:36Z</updated>
			<id>http://www.xorbin.com/forum/post16.html#p16</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post15.html#p15"/>
			<content type="html"><![CDATA[Hello,
you need to use 2 parameters:

- UTCTime: [hh:mm:ss] (sets UTC time)
- timeOffset: [-x..x] (sets timezone offset in seconds)

If you have PHP on your server i will write simple example how to set GMT+1 timezone:

[code=javascript]
var flashvars = {
	UTCTime: "<?php echo gmdate('H:i:s'); ?>", // time from server
	timeOffset: "3600" // timezone time shift
};
swfobject.embedSWF(
	"devDigitalClock.swf",
	"devDigitalClock",
	"220",
	"120",
	"8",
	"expressInstall.swf",
	flashvars,
	{scale: "noscale", wmode: "transparent"}
);
[/code]

Btw, these parameter are available only in digital clock v1.1]]></content>
			<author>
				<name><![CDATA[Administrator]]></name>
				<uri>http://www.xorbin.com/forum/user2.html</uri>
			</author>
			<updated>2009-03-05T07:00:08Z</updated>
			<id>http://www.xorbin.com/forum/post15.html#p15</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Get Server Time?]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post14.html#p14"/>
			<content type="html"><![CDATA[How get server time for digital clock?]]></content>
			<author>
				<name><![CDATA[vinh1508]]></name>
				<uri>http://www.xorbin.com/forum/user12.html</uri>
			</author>
			<updated>2009-03-05T06:21:14Z</updated>
			<id>http://www.xorbin.com/forum/post14.html#p14</id>
		</entry>
</feed>

