Time
How to implement time correctly in your app.
var interact = Interact.default
let currentTime = interact.getServerTime()val interact = InteractKit.default
val currentTime = interact.connect.getServerTime()import { now } from '@monterosa/sdk-util';
now();import { now } from '@monterosa-sdk/util';
now();Last updated

