winix/functions
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 the first part of reimplementing has been done 2010-08-10 16:12:50 +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
adduser.h part II of rewriting 2010-08-12 19:10:12 +00:00
cat.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
cat.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
chmod.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
chmod.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
chown.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
chown.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
ckeditor.cpp I have forgotten to create classes: Ckeditor and Tinymce (in functions) 2010-08-10 17:05:19 +00:00
ckeditor.h I have forgotten to create classes: Ckeditor and Tinymce (in functions) 2010-08-10 17:05:19 +00:00
cp.cpp part II of rewriting 2010-08-12 19:10:12 +00:00
cp.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
createthread.cpp changed: mount points 2010-09-12 23:33:27 +00:00
createthread.h added: plugins_dir to config 2010-08-17 22:32:47 +00:00
default.cpp part II of rewriting 2010-08-12 19:10:12 +00:00
default.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
download.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
download.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
emacs.cpp added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
emacs.h fixed: ticket sets a default function only for directories 2010-09-30 20:58:20 +00:00
functionbase.cpp some improvement in templates 2010-08-13 20:04:57 +00:00
functionbase.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
functionparser.cpp small changes in template winix function 2010-08-14 14:45:25 +00:00
functionparser.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
functions.cpp added 'stat' winix function 2010-10-23 14:54:44 +00:00
functions.h added 'stat' winix function 2010-10-23 14:54:44 +00:00
funthread.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
funthread.h removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
last.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
last.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
login.cpp part II of rewriting 2010-08-12 19:10:12 +00:00
login.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
logout.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
logout.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
ls.cpp added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
ls.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
mkdir.cpp changed: mount points 2010-09-12 23:33:27 +00:00
mkdir.h removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
mv.cpp added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
mv.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
node.cpp removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
node.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
priv.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
priv.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
privchanger.cpp added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
privchanger.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
reload.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
reload.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
rm.cpp tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
rm.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
run.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
run.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
stat.cpp added 'stat' winix function 2010-10-23 14:54:44 +00:00
stat.h added 'stat' winix function 2010-10-23 14:54:44 +00:00
subject.cpp removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
subject.h 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
template.h small changes in template winix function 2010-08-14 14:45:25 +00:00
tinymce.cpp I have forgotten to create classes: Ckeditor and Tinymce (in functions) 2010-08-10 17:05:19 +00:00
tinymce.h I have forgotten to create classes: Ckeditor and Tinymce (in functions) 2010-08-10 17:05:19 +00:00
uname.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
uname.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
upload.cpp changed: mount points 2010-09-12 23:33:27 +00:00
upload.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
uptime.cpp removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
uptime.h removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
who.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
who.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00