id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7473	Depend on duplicated configuration to use correct timezone	rjollos	hasienda	The server that hosts my Trac instance is 2 hours ahead of my location. I have the following setting in ''trac.ini'':\r\n{{{\r\n[trac]\r\ndefault_timezone = US/Pacific\r\n}}}\r\nIt is currently 23:30 on 10-Aug and WikiTicketCalendarMacro is showing the highlighted day as 11-Aug, so I'm assuming that the `default_timezone` is not being used. I've seen this issue with other plugins and macros.\r\n\r\nI haven't looked closely at the code, but the timezone preference can be obtained from `formatter.req.tz` or the tzinfo.localize() method may be useful here.	enhancement	closed	normal	WikiTicketCalendarMacro	normal	fixed	timezone locale		0.11
