Synchronization (of clocks) between two remote computers

前端 未结 9 1171
隐瞒了意图╮
隐瞒了意图╮ 2020-12-05 05:40

I\'m looking into writing a simple synchronization ability into my app and one of the concerns that has popped up is synchronization of time between two remote computers, ea

9条回答
  •  北海茫月
    2020-12-05 06:12

    Synchronize them with NTP Network Time Protocol.

    What platform are you on?

    With NTP you can synchronize the time of your computers with atomic clocks and use the official time of the world.

提交回复
热议问题