Play npr news skill error

I am getting an error when I try and play the NPR NEWS skill.
This is what I see in the cli.
4:08:40.310 - Playback Control Skill - INFO - Resolving Player for: npr news

Traceback (most recent call last):
File "/home/pi/mycroft-core/mycroft/skills/core.py", line 702, in wrapper
handler(message)
~~~~ft/skills/mycroft-playback-control.mycroftai/__init__.py", line 106, in play
data={"phrase": phrase}, name='PlayQueryTimeout')
~~~~"/home/pi/mycroft-core/mycroft/skills/core.py", line 1139, in schedule_event
self._schedule_event(handler, when, data, name)
~~~~/home/pi/mycroft-core/mycroft/skills/core.py", line 1120, in _schedule_event
event_data['time'] = time.mktime(when.timetuple())
AttributeError: 'int' object has no attribute 'timetuple'

This is on version 18.08

You should update. Things have been fixed