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



twccommon.Log.info("SET HEADLINE FOR MNZ013")
areaList = wxdata.getUGCInterestList('MNZ013', 'zone')
headline = "Winter Weather Advisory from TUE 9:00 AM CST until WED 12:00 AM CST"
phenSig = "WW_Y"

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