Hey, how can I get the current unix time or server time?
I want to sync an event across all of my servers at the exact same time, so I was going to use the unix time to determine when that would be
Any help is appreciated! Thanks
Hey, how can I get the current unix time or server time?
I want to sync an event across all of my servers at the exact same time, so I was going to use the unix time to determine when that would be
Any help is appreciated! Thanks
I just stumbled across this recently while looking for something else. There is a device called real_time_clock_device
in the docs. I have never used it myself but the description sounds like it would work for triggering an event at the same time across multiple servers.