summaryrefslogtreecommitdiff
path: root/lib/common.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-02-15 10:55:30 +0100
committerhorchi <vdr@jwendel.de>2020-02-15 10:55:30 +0100
commit2387a5893be264e59e60a8f9e1c302c53b791128 (patch)
treed4d83be2ffac24eebd07af5a8854e41a592ab539 /lib/common.h
parentdddd5c42b27d936f22468f95e3da0a776451dbb7 (diff)
downloadvdr-plugin-epg2vdr-2387a5893be264e59e60a8f9e1c302c53b791128.tar.gz
vdr-plugin-epg2vdr-2387a5893be264e59e60a8f9e1c302c53b791128.tar.bz2
2020-02-14: version 1.1.107 (horchi,seahawk1986)\n - bugfix: Fixed cleanup of image links\n - change: Improved cleanup spead for images and links\n - bugfix: Fixed time handling for timers without event\n\n1.1.107
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.h b/lib/common.h
index c8361ec..27c1772 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -292,6 +292,7 @@ const char* toWeekdayName(uint day);
time_t hhmmOf(time_t t);
int l2hhmm(time_t t);
std::string hhmm2pTime(int hhmm);
+time_t hhmm2L(int hhmm, time_t offset = 0);
time_t midnightOf(time_t t);
std::string l2pTime(time_t t, const char* format = "%d.%m.%Y %T");
std::string l2pDate(time_t t);