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



twccommon.Log.info("SET HEADLINE FOR LSZ263")
areaList = wxdata.getUGCInterestList('LSZ263', 'zone')
headline = "Gale Watch from TUE 7:00 PM EST until THU 7:00 AM EST"
phenSig = "GL_A"

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