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



twccommon.Log.info("SET HEADLINE FOR TXZ133")
areaList = wxdata.getUGCInterestList('TXZ133', 'zone')
headline = "Dense Fog Advisory from MON 7:39 PM CST until TUE 9:00 AM CST"
phenSig = "FG_Y"

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