$(document).ready(function() {
    var time = moment().tz("America/Los_Angeles").format("h:mm A");
    $("#time").html(time);
})