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



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

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