git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make next/prev repeatable
[enigma2.git]
/
lib
/
driver
/
etimezone.cpp
1
#include "etimezone.h"
2
3
#include <time.h>
4
5
etimezone::etimezone()
6
{
7
tzset();
8
}