Commit 633deaba95ad79a5368972b9b73a8aaeee026a70
1 parent
4a63ab0eba
Exists in
master
and in
1 other branch
update date
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -180,7 +180,7 @@ |
180 | 180 | } |
181 | 181 | }, 1000); |
182 | 182 | |
183 | - var bangalore = new Date("Nov 22, 2017 12:00:00").getTime(); | |
183 | + var bangalore = new Date("Nov 22, 2017 16:00:00").getTime(); | |
184 | 184 | // Update the count down every 1 second |
185 | 185 | var x = setInterval(function() { |
186 | 186 | // Get todays date and time | ... | ... |