Photon Javascript SDK and Scirra plugin do not provide server time feature.
You can implement something similar by pinging master client, measuring round trip time to master and adding half of this rtt to local time returned by master. Between such updates, increase the value according to local time change. The result should be synchronous on all clients even if pings are different.
how can I make pinging sistem? I can't see in plugin expressions...