The default is: string default_timezone="locale";
Does this mean the timezone is determined true the locale system? What is actually checked? I don't wan't my locale on this system to actually point to nl_NL or something.
(For my debian system at least) there is a file /etc/timezone which contains the timezone in ascii. And /etc/localtime is the current timezone file copied from /usr/share/zoneinfo, containing the timezone Als Europe/Amsterdam.
Changing [pike]/lib/modules/Calendar.pmod/localization.h helps, but how is this done for every recompile of xenofarm?
Thnx for the help,
/Marc
On Fri, Feb 25, 2005 at 07:20:00PM +0100, Mirar @ Pike developers forum wrote:
If you know your timezone, you can edit [pike]/lib/modules/Calendar.pmod/localization.h to reflect the correct timezone.
It only defaults to localtime if it can't figure out the timezone, which seems to be a bigger problem on some architectures...