https://bz.apache.org/bugzilla/show_bug.cgi?id=59805
--- Comment #8 from Javen O'Neal <[email protected]> --- (In reply to apptaro from comment #6) > public static TimeZone getUserTimeZone() { > TimeZone timeZone = userTimeZone.get(); > return (timeZone != null) ? timeZone : TimeZone.getDefault(); > } Applied in r1751739. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
