winix/plugins/ticket
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 tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +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: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
createticket.cpp added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
createticket.h added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
editticket.cpp added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
editticket.h added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
funticket.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
funticket.h added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
init.cpp added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
tdb.cpp added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
tdb.h added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
templates.cpp added 'stat' winix function 2010-10-23 14:54:44 +00:00
ticket.h added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
ticketconf.cpp added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
ticketconf.h added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
ticketinfo.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
ticketinfo.h added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
ticketparser.cpp added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
ticketparser.h added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00