I am calling an api and recieve back the time in unix, UTC.
Can someone point me in the right direction ?
using Toybox.Time.Gregorian as Calendar;
ts = unix time value
var ts2=Calendar.info(new Time.Moment(ts), Time.FORMAT_MEDIUM);