winix/templates
Tomasz Sowa c48241f78a fixed: there were mktime() used on some dirs Items
so sometimes the time of the dir was changed

now for converting tm into time_t use:
time_t Time(const tm & par);
time_t Time(const tm * par);
tm     Time(time_t par);
from core/misc.h

now winix internally use GMT time
only when printing it is converted to local user time
temporarily all users use the same local time (config: time_zone_offset)
(only logs are genereted with local system time)

added to system:
time_t LocalTime(time_t gmt_time);
tm     LocalTime(const tm * ptm);
tm     LocalTime(const tm & ptm);
they convert GMT time to local user time




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@666 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-10-23 23:12:47 +00:00
..
Makefile changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile.dep fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
Makefile.o.dep added 'stat' winix function 2010-10-23 14:54:44 +00:00
adduser.cpp part II of rewriting 2010-08-12 19:10:12 +00:00
ckeditorgetparser.h added: function adduser 2010-02-28 00:08:10 +00:00
dir.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
doc.cpp removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
indexpatterns.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
indexpatterns.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
item.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
last.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
localefilter.cpp removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
localefilter.h added: mount option: html_template(file.html) 2010-06-21 23:53:19 +00:00
ls.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
misc.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
misc.h fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
mount.cpp tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
patterncacher.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
patterncacher.h removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
priv.cpp removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
rebus.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
stat.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
sys.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
template.cpp changed: mount points 2010-09-12 23:33:27 +00:00
templates.cpp added 'stat' winix function 2010-10-23 14:54:44 +00:00
templates.h added 'stat' winix function 2010-10-23 14:54:44 +00:00
thread.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
upload.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
uptime.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
user.cpp added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
who.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
winix.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00