
import time
import twccommon
areaList = wxdata.getUGCInterestList('PAZ003', 'zone')
if ('KCLE' == 'KWNS'):
    abortMsg()
if (not areaList):
    abortMsg()



twccommon.Log.info("SET HEADLINE FOR PAZ003")
areaList = wxdata.getUGCInterestList('PAZ003', 'zone')
headline = "Winter Storm Watch from THU 1:00 AM EST until FRI 7:00 PM EST"
phenSig = "WS_A"

twccommon.Log.info("%s, %s, %s" % (areaList, phenSig, headline))
hdlnExp = 1764374400
for area in areaList:
    d = twc.Data()
    d.headline = headline
    d.phenSig = phenSig
    d.expiration = hdlnExp
    wxdata.setHeadline(area, d, hdlnExp)
    