woopsiesdipse
This commit is contained in:
@@ -44,7 +44,7 @@ jingles = playlist("/jingles")
|
||||
|
||||
def is_halloween() =
|
||||
localtime(time(), fun (~sec,~min,~hour,~mday,~mon,~year,~wday,~yday,~isdst) ->
|
||||
mday >= 22 and mon == 10 and mday <=31) # These are POSIX standards, mon: month of year [0,11]
|
||||
mday >= 22 and mon == 10-1 and mday <=31) # These are POSIX standards, mon: month of year [0,11]
|
||||
end
|
||||
|
||||
default = switch([
|
||||
|
||||
Reference in New Issue
Block a user