Jben
Member
|
Client side : get server hour
Using the MMORPG source code, is there any straightforward way to get the time of the server from the client ? A getter to call ?
Thank you.
|
|
06-28-2011 06:29 PM |
|
neo22
Member
|
RE: Client side : get server hour
use to send time from the serveur to the client.
Code:
DateTime().getLocal().save(f);
|
|
06-28-2011 08:44 PM |
|
Esenthel
Administrator
|
RE: Client side : get server hour
getUTC is more recommended
|
|
06-29-2011 10:37 PM |
|
Jben
Member
|
RE: Client side : get server hour
Please, someone could explain to me that it would be the approach?
I look or that had to go and what to do and I did not succeed.
Please..
*I'm talking about links servers / clients of the network of sources MMO Engine.
I am confused and would just not that directs me.
(This post was last modified: 07-02-2011 04:17 AM by Jben.)
|
|
07-02-2011 03:51 AM |
|