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



twccommon.Log.info("SET HEADLINE FOR ARZ062")
areaList = wxdata.getUGCInterestList('ARZ062', 'zone')
headline = "Special Weather Statement until MON 10:00 PM CST"
phenSig = "TSL_S"

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