This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 Jun 12:08:59 - SEND: PRIVMSG #general http://media0.giphy.com/media/VnDMVJylgXYY0/giphy.gif | |
19 Jun 12:09:26 - SEND: PRIVMSG #general http://media1.giphy.com/media/c4Niddu90G5KU/giphy.gif | |
19 Jun 12:14:29 - SEND: PONG wh.iterabb.it | |
19 Jun 12:16:06 - SEND: PRIVMSG #general http://media3.giphy.com/media/PjB6lT9TSXp4Y/giphy.gif | |
19 Jun 12:16:55 - SEND: PRIVMSG #general http://media0.giphy.com/media/mG1M7QlI9nDAk/giphy.gif | |
19 Jun 12:17:12 - SEND: PRIVMSG #general http://media1.giphy.com/media/SKfZPKO6oKQdW/giphy.gif | |
19 Jun 12:17:24 - SEND: PRIVMSG #general http://media3.giphy.com/media/Jso1nKkXPDskw/giphy.gif | |
19 Jun 12:17:56 - SEND: PRIVMSG #general http://media2.giphy.com/media/liNxJqq4qnFXG/giphy.gif | |
19 Jun 12:18:44 - SEND: PRIVMSG #general http://media0.giphy.com/media/MSTGPnN8BUCpa/giphy.gif | |
19 Jun 12:18:58 - SEND: PRIVMSG #general http://media2.giphy.com/media/6UKGcSESlBVzW/giphy.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date.prototype.changeTime= function(currentUTM, switchtoUTM){ | |
this.setHours(this.getHours()+inc_value); | |
return this; | |
} | |
// My current location: EST - USA East coast is UTM -5 hours | |
// The Location I want to get the Time of is CET – Central European Time UTM +1 hours | |
NewerOlder