Closed michaelarnauts closed 3 years ago
Fixes the EPG on Windows.
date_from.strftime("%s")
date_from.timestamp()
Fixes #27
Fixes the EPG on Windows.
date_from.strftime("%s")
and Python 2.7 doesn't supportdate_from.timestamp()
so we need to calculate it ourself.Fixes #27