added: TimeZone struct (core)
this class has information about a time zone (utf offset, daylight saving time) and methods for converting between UTC and local time structs User and Config has a TimeZone object System::ToLocal() and System::ToUTC() uses it for converting (depending whether a user is logged or not) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@842 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -9,7 +9,8 @@ createticket.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
|
||||
createticket.o: ../../../pikotools/space/space.h
|
||||
createticket.o: ../../functions/functionbase.h ../../core/item.h
|
||||
createticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h
|
||||
createticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
|
||||
createticket.o: ../../db/dbitemcolumns.h ../../core/user.h
|
||||
createticket.o: ../../core/timezone.h ../../core/group.h
|
||||
createticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
createticket.o: ../../core/log.h ../../core/textstream.h
|
||||
createticket.o: ../../core/logmanipulators.h ../../core/slog.h
|
||||
@@ -69,14 +70,14 @@ editticket.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
|
||||
editticket.o: ../../core/synchro.h ../../core/dirs.h
|
||||
editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
|
||||
editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
|
||||
editticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
|
||||
editticket.o: ../../core/ugcontainer.h ../../core/log.h
|
||||
editticket.o: ../../core/textstream.h ../../core/logmanipulators.h
|
||||
editticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
|
||||
editticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
|
||||
editticket.o: ../../templates/htmltextstream.h ../../core/session.h
|
||||
editticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
|
||||
editticket.o: ../../core/mount.h ../../templates/locale.h
|
||||
editticket.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
|
||||
editticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
editticket.o: ../../core/log.h ../../core/textstream.h
|
||||
editticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
|
||||
editticket.o: ../../core/request.h ../../core/error.h ../../core/config.h
|
||||
editticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
|
||||
editticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
|
||||
editticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
|
||||
editticket.o: ../../notify/notify.h ../../notify/notifypool.h
|
||||
editticket.o: ../../templates/patterns.h ../../templates/locale.h
|
||||
editticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
|
||||
@@ -125,14 +126,15 @@ funticket.o: ../../../pikotools/space/space.h ticketinfo.h ../../core/item.h
|
||||
funticket.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
|
||||
funticket.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h
|
||||
funticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h
|
||||
funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
|
||||
funticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
funticket.o: ../../core/log.h ../../core/textstream.h
|
||||
funticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
|
||||
funticket.o: ../../core/request.h ../../core/error.h ../../core/config.h
|
||||
funticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
|
||||
funticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
|
||||
funticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
|
||||
funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
|
||||
funticket.o: ../../core/group.h ../../core/dircontainer.h
|
||||
funticket.o: ../../core/ugcontainer.h ../../core/log.h
|
||||
funticket.o: ../../core/textstream.h ../../core/logmanipulators.h
|
||||
funticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
|
||||
funticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
|
||||
funticket.o: ../../templates/htmltextstream.h ../../core/session.h
|
||||
funticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
|
||||
funticket.o: ../../core/mount.h ../../templates/locale.h
|
||||
funticket.o: ../../notify/notify.h ../../notify/notifypool.h
|
||||
funticket.o: ../../templates/patterns.h ../../templates/locale.h
|
||||
funticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
|
||||
@@ -186,28 +188,28 @@ init.o: ../../core/item.h ../../core/system.h ../../core/job.h
|
||||
init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
|
||||
init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
|
||||
init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h
|
||||
init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h
|
||||
init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
|
||||
init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
|
||||
init.o: ../../templates/htmltextstream.h ../../core/session.h
|
||||
init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
|
||||
init.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h
|
||||
init.o: ../../notify/notifypool.h ../../templates/patterns.h
|
||||
init.o: ../../templates/locale.h ../../templates/localefilter.h
|
||||
init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
|
||||
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
|
||||
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
|
||||
init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
|
||||
init.o: ../../core/basethread.h ../../notify/templatesnotify.h
|
||||
init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
|
||||
init.o: ../../core/lastcontainer.h ../../core/mounts.h
|
||||
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
init.o: ../../core/loadavg.h ../../core/image.h ../../core/threadmanager.h
|
||||
init.o: ../../functions/functions.h ../../functions/functionbase.h
|
||||
init.o: ../../functions/functionparser.h ../../core/cur.h
|
||||
init.o: ../../functions/adduser.h ../../functions/cat.h
|
||||
init.o: ../../core/timezone.h ../../core/group.h ../../core/dircontainer.h
|
||||
init.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h
|
||||
init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
|
||||
init.o: ../../core/request.h ../../core/error.h ../../core/config.h
|
||||
init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
|
||||
init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
|
||||
init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
|
||||
init.o: ../../notify/notify.h ../../notify/notifypool.h
|
||||
init.o: ../../templates/patterns.h ../../templates/locale.h
|
||||
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
|
||||
init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
|
||||
init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
|
||||
init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h
|
||||
init.o: ../../notify/notifythread.h ../../core/basethread.h
|
||||
init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
|
||||
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
|
||||
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
|
||||
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h
|
||||
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
|
||||
init.o: ../../core/threadmanager.h ../../functions/functions.h
|
||||
init.o: ../../functions/functionbase.h ../../functions/functionparser.h
|
||||
init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h
|
||||
init.o: ../../functions/chmod.h ../../functions/privchanger.h
|
||||
init.o: ../../core/request.h ../../functions/chown.h
|
||||
init.o: ../../functions/ckeditor.h ../../functions/cp.h
|
||||
@@ -248,11 +250,12 @@ showtickets.o: ../../core/item.h ../../core/system.h ../../core/job.h
|
||||
showtickets.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
|
||||
showtickets.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
|
||||
showtickets.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
|
||||
showtickets.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
|
||||
showtickets.o: ../../core/ugcontainer.h ../../core/log.h
|
||||
showtickets.o: ../../core/textstream.h ../../core/logmanipulators.h
|
||||
showtickets.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
|
||||
showtickets.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
|
||||
showtickets.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
|
||||
showtickets.o: ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
showtickets.o: ../../core/log.h ../../core/textstream.h
|
||||
showtickets.o: ../../core/logmanipulators.h ../../core/slog.h
|
||||
showtickets.o: ../../core/cur.h ../../core/request.h ../../core/error.h
|
||||
showtickets.o: ../../core/config.h ../../core/htmlfilter.h
|
||||
showtickets.o: ../../templates/htmltextstream.h ../../core/session.h
|
||||
showtickets.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
|
||||
showtickets.o: ../../core/mount.h ../../templates/locale.h
|
||||
@@ -316,12 +319,12 @@ templates.o: ticketinfo.h ticket.h ../../core/item.h ../../core/system.h
|
||||
templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
|
||||
templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h
|
||||
templates.o: ../../db/dbbase.h ../../db/dbitemquery.h
|
||||
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
|
||||
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
templates.o: ../../core/log.h ../../core/textstream.h
|
||||
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
|
||||
templates.o: ../../core/request.h ../../core/requesttypes.h
|
||||
templates.o: ../../core/error.h ../../core/config.h
|
||||
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
|
||||
templates.o: ../../core/group.h ../../core/dircontainer.h
|
||||
templates.o: ../../core/ugcontainer.h ../../core/log.h
|
||||
templates.o: ../../core/textstream.h ../../core/logmanipulators.h
|
||||
templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
|
||||
templates.o: ../../core/requesttypes.h ../../core/error.h ../../core/config.h
|
||||
templates.o: ../../../pikotools/space/spaceparser.h
|
||||
templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
|
||||
templates.o: ../../templates/htmltextstream.h ../../core/textstream.h
|
||||
@@ -377,12 +380,13 @@ ticketinfo.o: ../../../pikotools/space/space.h ../../core/dirs.h
|
||||
ticketinfo.o: ../../core/item.h ../../../pikotools/date/date.h
|
||||
ticketinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
|
||||
ticketinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
|
||||
ticketinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
|
||||
ticketinfo.o: ../../core/ugcontainer.h ../../core/log.h
|
||||
ticketinfo.o: ../../core/textstream.h ../../core/logmanipulators.h
|
||||
ticketinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
|
||||
ticketinfo.o: ../../core/requesttypes.h ../../core/error.h
|
||||
ticketinfo.o: ../../core/config.h ../../../pikotools/space/spaceparser.h
|
||||
ticketinfo.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
|
||||
ticketinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h
|
||||
ticketinfo.o: ../../core/log.h ../../core/textstream.h
|
||||
ticketinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
|
||||
ticketinfo.o: ../../core/request.h ../../core/requesttypes.h
|
||||
ticketinfo.o: ../../core/error.h ../../core/config.h
|
||||
ticketinfo.o: ../../../pikotools/space/spaceparser.h
|
||||
ticketinfo.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
|
||||
ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h
|
||||
ticketinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h
|
||||
|
Reference in New Issue
Block a user