var secondsPastMidnightUTC = now_utc.getSeconds() + 60 *
                                now_utc.getMinutes() + 60 * 60 * now_utc.getHours();