Window popup time of day

[code]from time import localtime, strftime
curTime = strftime("%H:%M", localtime())
print curTime

if curTime == “17:30”:
#it’s beer thirty!
system.tag.write(“Beer Cask 1/Flow Control/open”, 1)[/code]