$(function($) {
   var options = {
        timeNotation: '12h',
        am_pm: true,
        utc: true,
        utc_offset: 5.5
      }; 
   $('#india-time').jclock(options);
});

