Re: TimeZoneProvider

2014-01-20 Thread Lukasz Lenart
Issue created https://issues.apache.org/jira/browse/WW-4276 2014/1/9 Matthew Panetta : > Hi, > > TimeZoneProvider sounds like a good idea as locales can have many TimeZones. > > Regards Matt > > On 9 Jan 2014, at 12:05 am, Lukasz Lenart wrote: > >> Hi, >>

Re: TimeZoneProvider

2014-01-09 Thread Matthew Panetta
Hi, TimeZoneProvider sounds like a good idea as locales can have many TimeZones. Regards Matt On 9 Jan 2014, at 12:05 am, Lukasz Lenart wrote: > Hi, > > Right now there is no option to configure TimeZone per request or even > per application - TimeZone.getDefault() is used in

TimeZoneProvider

2014-01-08 Thread Lukasz Lenart
Hi, Right now there is no option to configure TimeZone per request or even per application - TimeZone.getDefault() is used in every place where SimpleDateFromat#format is used. What about adding TimeZoneProvider or extending LocaleProvider? This issue got me thinking about that: https