QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

[Enhancement] of:formatDateWithTimezone is not working passing a real TimeZone instance #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I created my serving timeZone in an application bean read from a server jvm 
setting and just changed my timezone references on my sites from using a String 
to that Timezone instance.

Then i recognized that all displayed times are all in default GMT timezone and 
not in respect to my bean timezone instance.

'of:formatDateWithTimezone' should allow also TimeZone instances and not just 
String's, as the original '<f:convertDateTime>' does it tries to replace.

Original issue reported on code.google.com by releases...@googlemail.com on 5 Feb 2013 at 12:25

GoogleCodeExporter commented 9 years ago

Original comment by balusc on 5 Feb 2013 at 9:41

GoogleCodeExporter commented 9 years ago
Fixed: 
http://code.google.com/p/omnifaces/source/detail?r=fc747053bde205aff5f0e181ea2e8
830cc66864d

You can find attached the current snapshot with the fix, let me know if it does 
the job for you. 

Original comment by balusc on 5 Feb 2013 at 9:51

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by balusc on 7 Feb 2013 at 10:13

GoogleCodeExporter commented 9 years ago
Thanks for fixing it, had no time to test since i have a bad cold right now.

Original comment by releases...@googlemail.com on 7 Feb 2013 at 10:51