Is this the only and/or correct way to get the date for a clock face?
var localtime = Gregorian.info(local_now, Time.FORMAT_SHORT);
var coord_now = Gregorian.momentNative(localtime.year,
localtime.month,
localtime.day,
localtime.hour,
localtime.min,
localtime.sec);