About Store Forum Documentation Contact



Post Reply 
Client side : get server hour
Author Message
Jben Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
neo22 Offline
Member

Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Client side : get server hour
getUTC is more recommended
06-29-2011 10:37 PM
Find all posts by this user Quote this message in a reply
neo22 Offline
Member

Post: #4
RE: Client side : get server hour
thx for the advice, i'll use it now grin
06-30-2011 05:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #5
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply