Time

How to implement time correctly in your app.

You can fetch the time from the Monterosa SDK, which retrieves it from EnMasse in UTC format. This can be used to unify countdown clocks or other time sensitive features.

var interact = Interact.default 

let currentTime = interact.getServerTime()

Last updated