summaryrefslogtreecommitdiff
path: root/lib/common.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-02-10 08:08:22 +0100
committerhorchi <vdr@jwendel.de>2018-02-10 08:08:22 +0100
commit8e2744bd67e944ec68204b7999c905662b1c6bbd (patch)
tree114e3a5ba5658bce06f3883d95588fdfac45431a /lib/common.h
parent603be72552dec1465ae49fc392930a678f28bef1 (diff)
downloadvdr-epg-daemon-8e2744bd67e944ec68204b7999c905662b1c6bbd.tar.gz
vdr-epg-daemon-8e2744bd67e944ec68204b7999c905662b1c6bbd.tar.bz2
2018-02-10: version 1.1.131 (horchi)\n - added: Support delete for switch timer\n - added: Table for recording images (still under development)\n\n1.1.131
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.h b/lib/common.h
index b488783..0b9c284 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -290,7 +290,7 @@ int weekdayOf(time_t t);
const char* toWeekdayName(uint day);
time_t hhmmOf(time_t t);
int l2hhmm(time_t t);
-std::string hhmm2pTime(int hhmm);
+std::string hhmm2pTime(int hhmm, const char* delim = ":");
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);