Hi - I have this script that plays to the channel at the top of every hour:
bind time - "00 * * * *" put:hour
proc put:hour { min hour day month year } {
putserv "PRIVMSG #NewsRoom :\0030,4» LIVE \0030,12> Breaking News & Market Action 24/7 \0031,15> http://www.247newsroom.com \00312,12 \003"}
I'd like to add to the message (after the 'LIVE') the current US Eastern time (16 hours behind my local time) and GMT time (12 hours behind my local time).
If anyone could help me with the asctime and calc commands that would be great! Thanks =)