diff --git a/index.html b/index.html index 1f6bfa7..7defd18 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ } function getTime(zone) { - var time = moment.tz(moment(), zone).format('H:mm A'); + var time = moment().tz(zone).format('H:mm A'); return time; }