Thanks for the apache information. Unfortunately my situation isn't quite so simple. My Trac instance is hosted at Textdrive, so I am limited to using Trac 0.9.6. On top of that, we must use tracd and so our Apache instance is only allowed to use mod_rewrite to forward requests from say: domain.com/trac to domain.com:[port that tracd is listening to]/trac
Because of the lockdown of this server, I can't modify the Locale settings as far as I can tell, so I'm trying to determine whether or not a setting actually exists to globally offset the timezone of the server as seen by Trac (i.e. it defaults to UTC and we want UTC-7 (PDT, I believe). I know that such an animal exists in 0.11 on a per- user basis, but I would be happy with a global setting if that existed. In Trac-hacks, it was implied that there was a code patch once upon a time for 0.9 and 0.10, but either that was vaporware or it was torn down prematurely in favor of the new code submitted for Trac 0.11. Any thoughts would be appreciated. Vincent On Aug 23, 4:04 pm, Herbert Thielen <[EMAIL PROTECTED]> wrote: > Hi Vincent, > > I've in the apache config for Trac 0.9.3, maybe it helps: > > <Location "/cgi-bin/trac-moodle.cgi"> > SetEnv TRAC_ENV "/my/path/to/trac/env" > SetEnv LC_TIME "de_DE.UTF8" > </location> > > Found it in some forum or in this list, I don't remember. > > Have fun, > > Herbert. > > Email von cobwebsmasher von Donnerstag, 23. August 2007: > > > I was under the impression that a global default_timezone setting was > > in effect when you're talking about Trac from before 0.11 since the > [...] > > > cobwebsmasher wrote: > > > I am running Trac version 0.9.6 and I am trying to change the > > > default_timezone but it's unclear to me what trac.ini setting and > > > values are reasonable here. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
